#FDDACC

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

Shades of Cinderella #FDDACC

Tints of Cinderella #FDDACC

Color information

#FDDACC (or 0xFDDACC) is unknown color: approx Cinderella. HEX triplet: FD, DA and CC. RGB value is (253,218,204). Sum of RGB (Red+Green+Blue) = 253+218+204=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDACC is #022533. Grayscale: #E2E2E2. Windows color (decimal): -140596 or 13425405. OLE color: 13425405.

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

Color convert

RGB253218204-
CMYK00.140.190.01
HSL17.14º92.45%89.61%-
HSV(B)17.14º19.37%99.22%-
XYZ76.4875.3967.65-
YUV226.87115.1146.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 204 (80.08% from 255) = 30.22%
R=37.48%
G=32.30%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321820400.140.190.0117.1492.4589.61
HexFDDACC0E131115c5a
Octal37533231401623121134132
Binary111111011101101011001100011101001111000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDACC; }

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

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

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

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

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

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

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

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