#FDDDCD

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

Shades of Cinderella #FDDDCD

Tints of Cinderella #FDDDCD

Color information

#FDDDCD (or 0xFDDDCD) is unknown color: approx Cinderella. HEX triplet: FD, DD and CD. RGB value is (253,221,205). Sum of RGB (Red+Green+Blue) = 253+221+205=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDCD is #022232. Grayscale: #E4E4E4. Windows color (decimal): -139827 or 13491709. OLE color: 13491709.

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

Color convert

RGB253221205-
CMYK00.130.190.01
HSL20º92.31%89.8%-
HSV(B)20º18.97%99.22%-
XYZ77.387768.54-
YUV228.74114.6145.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=37.26%
G=32.55%
B=30.19%

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
Decimal25322120500.130.190.012092.3189.8
HexFDDDCD0D131145c5a
Octal37533531501523124134132
Binary111111011101110111001101011011001111010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDDCD; }

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

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

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

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

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

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

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

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