#FC9CA6

Color #FC9CA6 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FC9CA6

Tints of Wewak #FC9CA6

Color information

#FC9CA6 (or 0xFC9CA6) is unknown color: approx Wewak. HEX triplet: FC, 9C and A6. RGB value is (252,156,166). Sum of RGB (Red+Green+Blue) = 252+156+166=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9CA6 is #036359. Grayscale: #B9B9B9. Windows color (decimal): -222042 or 10919164. OLE color: 10919164.

HSL color Cylindrical-coordinate representation of color #FC9CA6: hue angle of 353.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CA6 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB252156166-
CMYK00.380.340.01
HSL353.75º94.12%80%-
HSV(B)353.75º38.1%98.82%-
XYZ58.9247.2342.09-
YUV185.84116.8175.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 166 (65.23% from 255) = 28.92%
R=43.90%
G=27.18%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215616600.380.340.01353.7594.1280
HexFC9CA60262211625e50
Octal374234246046421542136120
Binary1111110010011100101001100100110100010110110001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CA6; }

 p { color: rgb(252,156,166); }

 H1.HeaderClassName
 {
   color: #FC9CA6;
 }
 .AnyTagClassName
 {
   color: #FC9CA6;
 }
</style>
background-color css

<style>
 a { background-color: #FC9CA6; }

 a { background-color: rgb(252,156,166); }

 div.DivClassName
 {
   background-color: #FC9CA6;
 }
 .BgClassName
 {
   background-color: #FC9CA6;
 }
</style>
border-color css

<style>
 span { border-color: #FC9CA6; }

 span { border-color: rgb(252,156,166); }

 td.TdClassName
 {
   border-color: #FC9CA6;
 }
 .TagClassName
 {
   border-color: #FC9CA6;
 }
</style>