#FCDACA

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

Shades of Cinderella #FCDACA

Tints of Cinderella #FCDACA

Color information

#FCDACA (or 0xFCDACA) is unknown color: approx Cinderella. HEX triplet: FC, DA and CA. RGB value is (252,218,202). Sum of RGB (Red+Green+Blue) = 252+218+202=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDACA is #032535. Grayscale: #E2E2E2. Windows color (decimal): -206134 or 13294332. OLE color: 13294332.

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

Color convert

RGB252218202-
CMYK00.130.200.01
HSL19.2º89.29%89.02%-
HSV(B)19.2º19.84%98.82%-
XYZ75.8875.166.37-
YUV226.34114.26146.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 202 (79.30% from 255) = 30.06%
R=37.5%
G=32.44%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221820200.130.200.0119.289.2989.02
HexFCDACA0D141135959
Octal37433231201524123131131
Binary111111001101101011001010011011010011001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDACA; }

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

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

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

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

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

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

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

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