#FCDCCD

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

Shades of Cinderella #FCDCCD

Tints of Cinderella #FCDCCD

Color information

#FCDCCD (or 0xFCDCCD) is unknown color: approx Cinderella. HEX triplet: FC, DC and CD. RGB value is (252,220,205). Sum of RGB (Red+Green+Blue) = 252+220+205=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCCD is #032332. Grayscale: #E3E3E3. Windows color (decimal): -205619 or 13491452. OLE color: 13491452.

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

Color convert

RGB252220205-
CMYK00.130.190.01
HSL19.15º88.68%89.61%-
HSV(B)19.15º18.65%98.82%-
XYZ76.7676.2968.44-
YUV227.86115.1145.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=37.22%
G=32.50%
B=30.28%

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
Decimal25222020500.130.190.0119.1588.6889.61
HexFCDCCD0D13113595a
Octal37433431501523123131132
Binary111111001101110011001101011011001111001110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCCD; }

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

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

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

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

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

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

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

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