#FCD6CC

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

Shades of Cinderella #FCD6CC

Tints of Cinderella #FCD6CC

Color information

#FCD6CC (or 0xFCD6CC) is unknown color: approx Cinderella. HEX triplet: FC, D6 and CC. RGB value is (252,214,204). Sum of RGB (Red+Green+Blue) = 252+214+204=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6CC is #032933. Grayscale: #E0E0E0. Windows color (decimal): -207156 or 13424380. OLE color: 13424380.

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

Color convert

RGB252214204-
CMYK00.150.190.01
HSL12.5º88.89%89.41%-
HSV(B)12.5º19.05%98.82%-
XYZ75.0973.1567.29-
YUV224.22116.59147.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 204 (80.08% from 255) = 30.45%
R=37.61%
G=31.94%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221420400.150.190.0112.588.8989.41
HexFCD6CC0F131d5959
Octal37432631401723115131131
Binary11111100110101101100110001111100111110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6CC; }

 p { color: rgb(252,214,204); }

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

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

 a { background-color: rgb(252,214,204); }

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

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

 span { border-color: rgb(252,214,204); }

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