#FCD4CA

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

Shades of Cinderella #FCD4CA

Tints of Cinderella #FCD4CA

Color information

#FCD4CA (or 0xFCD4CA) is unknown color: approx Cinderella. HEX triplet: FC, D4 and CA. RGB value is (252,212,202). Sum of RGB (Red+Green+Blue) = 252+212+202=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4CA is #032B35. Grayscale: #DEDEDE. Windows color (decimal): -207670 or 13292796. OLE color: 13292796.

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

Color convert

RGB252212202-
CMYK00.160.200.01
HSL12º89.29%89.02%-
HSV(B)12º19.84%98.82%-
XYZ74.3572.0565.86-
YUV222.82116.25148.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 212 (83.20% from 255) = 31.83%
BLUE value IS 202 (79.30% from 255) = 30.33%
R=37.84%
G=31.83%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221220200.160.200.011289.2989.02
HexFCD4CA010141c5959
Octal37432431202024114131131
Binary111111001101010011001010010000101001110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4CA; }

 p { color: rgb(252,212,202); }

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

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

 a { background-color: rgb(252,212,202); }

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

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

 span { border-color: rgb(252,212,202); }

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