#FCDDCD

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

Shades of Cinderella #FCDDCD

Tints of Cinderella #FCDDCD

Color information

#FCDDCD (or 0xFCDDCD) is unknown color: approx Cinderella. HEX triplet: FC, DD and CD. RGB value is (252,221,205). Sum of RGB (Red+Green+Blue) = 252+221+205=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDCD is #032232. Grayscale: #E4E4E4. Windows color (decimal): -205363 or 13491708. OLE color: 13491708.

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

Color convert

RGB252221205-
CMYK00.120.190.01
HSL20.43º88.68%89.61%-
HSV(B)20.43º18.65%98.82%-
XYZ77.0276.8268.53-
YUV228.44114.77144.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 205 (80.47% from 255) = 30.24%
R=37.17%
G=32.60%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222120500.120.190.0120.4388.6889.61
HexFCDDCD0C13114595a
Octal37433531501423124131132
Binary111111001101110111001101011001001111010010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDCD; }

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

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

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

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

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

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

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

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