#FCC8CE

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

Shades of Pink #FCC8CE

Tints of Pink #FCC8CE

Color information

#FCC8CE (or 0xFCC8CE) is unknown color: approx Pink. HEX triplet: FC, C8 and CE. RGB value is (252,200,206). Sum of RGB (Red+Green+Blue) = 252+200+206=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8CE is #033731. Grayscale: #D8D8D8. Windows color (decimal): -210738 or 13551868. OLE color: 13551868.

HSL color Cylindrical-coordinate representation of color #FCC8CE: hue angle of 353.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8CE is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252200206-
CMYK00.210.180.01
HSL353.08º89.66%88.63%-
HSV(B)353.08º20.63%98.82%-
XYZ71.9466.4667.43-
YUV216.23122.23153.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.30%
GREEN value IS 200 (78.52% from 255) = 30.40%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=38.30%
G=30.40%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220020600.210.180.01353.0889.6688.63
HexFCC8CE0151211615a59
Octal374310316025221541132131
Binary11111100110010001100111001010110010110110000110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8CE; }

 p { color: rgb(252,200,206); }

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

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

 a { background-color: rgb(252,200,206); }

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

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

 span { border-color: rgb(252,200,206); }

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