#FCD9CA

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

Shades of Cinderella #FCD9CA

Tints of Cinderella #FCD9CA

Color information

#FCD9CA (or 0xFCD9CA) is unknown color: approx Cinderella. HEX triplet: FC, D9 and CA. RGB value is (252,217,202). Sum of RGB (Red+Green+Blue) = 252+217+202=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9CA is #032635. Grayscale: #E1E1E1. Windows color (decimal): -206390 or 13294076. OLE color: 13294076.

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

Color convert

RGB252217202-
CMYK00.140.200.01
HSL18º89.29%89.02%-
HSV(B)18º19.84%98.82%-
XYZ75.6274.5966.29-
YUV225.75114.6146.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 217 (85.16% from 255) = 32.34%
BLUE value IS 202 (79.30% from 255) = 30.10%
R=37.56%
G=32.34%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221720200.140.200.011889.2989.02
HexFCD9CA0E141125959
Octal37433131201624122131131
Binary111111001101100111001010011101010011001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9CA; }

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

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

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

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

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

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

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

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