#FDDAC9

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

Shades of Cinderella #FDDAC9

Tints of Cinderella #FDDAC9

Color information

#FDDAC9 (or 0xFDDAC9) is unknown color: approx Cinderella. HEX triplet: FD, DA and C9. RGB value is (253,218,201). Sum of RGB (Red+Green+Blue) = 253+218+201=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 201 (78.91% from 255 or 29.91% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAC9 is #022536. Grayscale: #E2E2E2. Windows color (decimal): -140599 or 13228797. OLE color: 13228797.

HSL color Cylindrical-coordinate representation of color #FDDAC9: hue angle of 19.62º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDDAC9 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253218201-
CMYK00.140.210.01
HSL19.62º92.86%89.02%-
HSV(B)19.62º20.55%99.22%-
XYZ76.1275.2465.77-
YUV226.53113.6146.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 201 (78.91% from 255) = 29.91%
R=37.65%
G=32.44%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321820100.140.210.0119.6292.8689.02
HexFDDAC90E151145d59
Octal37533231101625124135131
Binary111111011101101011001001011101010111010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAC9; }

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

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

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

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

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

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

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

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