#FCC5CE

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

Shades of Pink #FCC5CE

Tints of Pink #FCC5CE

Color information

#FCC5CE (or 0xFCC5CE) is unknown color: approx Pink. HEX triplet: FC, C5 and CE. RGB value is (252,197,206). Sum of RGB (Red+Green+Blue) = 252+197+206=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5CE is #033A31. Grayscale: #D6D6D6. Windows color (decimal): -211506 or 13551100. OLE color: 13551100.

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

Color convert

RGB252197206-
CMYK00.220.180.01
HSL350.18º90.16%88.04%-
HSV(B)350.18º21.83%98.82%-
XYZ71.2565.0867.2-
YUV214.47123.22154.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 206 (80.86% from 255) = 31.45%
R=38.47%
G=30.08%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219720600.220.180.01350.1890.1688.04
HexFCC5CE01612115e5a58
Octal374305316026221536132130
Binary11111100110001011100111001011010010110101111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5CE; }

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

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

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

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

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

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

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

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