#FDDCCC

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

Shades of Cinderella #FDDCCC

Tints of Cinderella #FDDCCC

Color information

#FDDCCC (or 0xFDDCCC) is unknown color: approx Cinderella. HEX triplet: FD, DC and CC. RGB value is (253,220,204). Sum of RGB (Red+Green+Blue) = 253+220+204=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCCC is #022333. Grayscale: #E4E4E4. Windows color (decimal): -140084 or 13425917. OLE color: 13425917.

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

Color convert

RGB253220204-
CMYK00.130.190.01
HSL19.59º92.45%89.61%-
HSV(B)19.59º19.37%99.22%-
XYZ7776.4367.82-
YUV228.04114.43145.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=37.37%
G=32.50%
B=30.13%

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
Decimal25322020400.130.190.0119.5992.4589.61
HexFDDCCC0D131145c5a
Octal37533431401523124134132
Binary111111011101110011001100011011001111010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCCC; }

 p { color: rgb(253,220,204); }

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

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

 a { background-color: rgb(253,220,204); }

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

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

 span { border-color: rgb(253,220,204); }

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