#FCC1C9

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

Shades of Pink #FCC1C9

Tints of Pink #FCC1C9

Color information

#FCC1C9 (or 0xFCC1C9) is unknown color: approx Pink. HEX triplet: FC, C1 and C9. RGB value is (252,193,201). Sum of RGB (Red+Green+Blue) = 252+193+201=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1C9 is #033E36. Grayscale: #D3D3D3. Windows color (decimal): -212535 or 13222396. OLE color: 13222396.

HSL color Cylindrical-coordinate representation of color #FCC1C9: hue angle of 351.86º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC1C9 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252193201-
CMYK00.230.200.01
HSL351.86º90.77%87.25%-
HSV(B)351.86º23.41%98.82%-
XYZ69.7663.0563.75-
YUV211.55122.05156.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 193 (75.78% from 255) = 29.88%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=39.01%
G=29.88%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219320100.230.200.01351.8690.7787.25
HexFCC1C90171411605b57
Octal374301311027241540133127
Binary11111100110000011100100101011110100110110000010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1C9; }

 p { color: rgb(252,193,201); }

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

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

 a { background-color: rgb(252,193,201); }

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

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

 span { border-color: rgb(252,193,201); }

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