#FCDBCD

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

Shades of Cinderella #FCDBCD

Tints of Cinderella #FCDBCD

Color information

#FCDBCD (or 0xFCDBCD) is unknown color: approx Cinderella. HEX triplet: FC, DB and CD. RGB value is (252,219,205). Sum of RGB (Red+Green+Blue) = 252+219+205=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBCD is #032432. Grayscale: #E3E3E3. Windows color (decimal): -205875 or 13491196. OLE color: 13491196.

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

Color convert

RGB252219205-
CMYK00.130.190.01
HSL17.87º88.68%89.61%-
HSV(B)17.87º18.65%98.82%-
XYZ76.575.7768.35-
YUV227.27115.43145.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=37.28%
G=32.40%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221920500.130.190.0117.8788.6889.61
HexFCDBCD0D13112595a
Octal37433331501523122131132
Binary111111001101101111001101011011001111001010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBCD; }

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

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

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

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

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

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

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

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