#F6DACE

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

Shades of Cinderella #F6DACE

Tints of Cinderella #F6DACE

Color information

#F6DACE (or 0xF6DACE) is unknown color: approx Cinderella. HEX triplet: F6, DA and CE. RGB value is (246,218,206). Sum of RGB (Red+Green+Blue) = 246+218+206=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DACE is #092531. Grayscale: #E1E1E1. Windows color (decimal): -599346 or 13556470. OLE color: 13556470.

HSL color Cylindrical-coordinate representation of color #F6DACE: hue angle of 18º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6DACE is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246218206-
CMYK00.110.160.04
HSL18º68.97%88.63%-
HSV(B)18º16.26%96.47%-
XYZ74.2274.1968.8-
YUV225117.28142.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.72%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 206 (80.86% from 255) = 30.75%
R=36.72%
G=32.54%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621820600.110.160.041868.9788.63
HexF6DACE0B104124559
Octal36633231601320422105131
Binary11110110110110101100111001011100001001001010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DACE; }

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

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

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

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

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

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

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

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