#FCDBCA

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

Shades of Cinderella #FCDBCA

Tints of Cinderella #FCDBCA

Color information

#FCDBCA (or 0xFCDBCA) is unknown color: approx Cinderella. HEX triplet: FC, DB and CA. RGB value is (252,219,202). Sum of RGB (Red+Green+Blue) = 252+219+202=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBCA is #032435. Grayscale: #E3E3E3. Windows color (decimal): -205878 or 13294588. OLE color: 13294588.

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

Color convert

RGB252219202-
CMYK00.130.200.01
HSL20.4º89.29%89.02%-
HSV(B)20.4º19.84%98.82%-
XYZ76.1475.6266.46-
YUV226.93113.93145.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 202 (79.30% from 255) = 30.01%
R=37.44%
G=32.54%
B=30.01%

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
Decimal25221920200.130.200.0120.489.2989.02
HexFCDBCA0D141145959
Octal37433331201524124131131
Binary111111001101101111001010011011010011010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBCA; }

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

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

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

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

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

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

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

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