#FCD6CB

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

Shades of Cinderella #FCD6CB

Tints of Cinderella #FCD6CB

Color information

#FCD6CB (or 0xFCD6CB) is unknown color: approx Cinderella. HEX triplet: FC, D6 and CB. RGB value is (252,214,203). Sum of RGB (Red+Green+Blue) = 252+214+203=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6CB is #032934. Grayscale: #E0E0E0. Windows color (decimal): -207157 or 13358844. OLE color: 13358844.

HSL color Cylindrical-coordinate representation of color #FCD6CB: hue angle of 13.47º 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 #FCD6CB is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252214203-
CMYK00.150.190.01
HSL13.47º89.09%89.22%-
HSV(B)13.47º19.44%98.82%-
XYZ74.9773.166.66-
YUV224.11116.09147.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=37.67%
G=31.99%
B=30.34%

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
Decimal25221420300.150.190.0113.4789.0989.22
HexFCD6CB0F131d5959
Octal37432631301723115131131
Binary11111100110101101100101101111100111110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6CB; }

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

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

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

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

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

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

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

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