#FCD7CA

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

Shades of Cinderella #FCD7CA

Tints of Cinderella #FCD7CA

Color information

#FCD7CA (or 0xFCD7CA) is unknown color: approx Cinderella. HEX triplet: FC, D7 and CA. RGB value is (252,215,202). Sum of RGB (Red+Green+Blue) = 252+215+202=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7CA is #032835. Grayscale: #E0E0E0. Windows color (decimal): -206902 or 13293564. OLE color: 13293564.

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

Color convert

RGB252215202-
CMYK00.150.200.01
HSL15.6º89.29%89.02%-
HSV(B)15.6º19.84%98.82%-
XYZ75.1173.5666.12-
YUV224.58115.26147.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 215 (84.38% from 255) = 32.14%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=37.67%
G=32.14%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221520200.150.200.0115.689.2989.02
HexFCD7CA0F141105959
Octal37432731201724120131131
Binary111111001101011111001010011111010011000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7CA; }

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

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

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

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

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

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

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

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