#FFDACE

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

Shades of Cinderella #FFDACE

Tints of Cinderella #FFDACE

Color information

#FFDACE (or 0xFFDACE) is unknown color: approx Cinderella. HEX triplet: FF, DA and CE. RGB value is (255,218,206). Sum of RGB (Red+Green+Blue) = 255+218+206=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDACE is #002531. Grayscale: #E3E3E3. Windows color (decimal): -9522 or 13556479. OLE color: 13556479.

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

Color convert

RGB255218206-
CMYK00.150.190
HSL14.69º100%90.39%-
HSV(B)14.69º19.22%100%-
XYZ77.4575.8668.95-
YUV227.7115.76147.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 206 (80.86% from 255) = 30.34%
R=37.56%
G=32.11%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521820600.150.19014.6910090.39
HexFFDACE0F130f645a
Octal37733231601723017144132
Binary11111111110110101100111001111100110111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDACE; }

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

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

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

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

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

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

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

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