#FFDAC9

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

Shades of Cinderella #FFDAC9

Tints of Cinderella #FFDAC9

Color information

#FFDAC9 (or 0xFFDAC9) is unknown color: approx Cinderella. HEX triplet: FF, DA and C9. RGB value is (255,218,201). Sum of RGB (Red+Green+Blue) = 255+218+201=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 201 (78.91% from 255 or 29.82% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAC9 is #002536. Grayscale: #E3E3E3. Windows color (decimal): -9527 or 13228799. OLE color: 13228799.

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

Color convert

RGB255218201-
CMYK00.150.210
HSL18.89º100%89.41%-
HSV(B)18.89º21.18%100%-
XYZ76.8575.6265.8-
YUV227.12113.26147.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 201 (78.91% from 255) = 29.82%
R=37.83%
G=32.34%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521820100.150.21018.8910089.41
HexFFDAC90F150136459
Octal37733231101725023144131
Binary111111111101101011001001011111010101001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAC9; }

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

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

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

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

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

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

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

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