#F6D9CE

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

Shades of Cinderella #F6D9CE

Tints of Cinderella #F6D9CE

Color information

#F6D9CE (or 0xF6D9CE) is unknown color: approx Cinderella. HEX triplet: F6, D9 and CE. RGB value is (246,217,206). Sum of RGB (Red+Green+Blue) = 246+217+206=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9CE is #092631. Grayscale: #E0E0E0. Windows color (decimal): -599602 or 13556214. OLE color: 13556214.

HSL color Cylindrical-coordinate representation of color #F6D9CE: hue angle of 16.5º 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 #F6D9CE is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246217206-
CMYK00.120.160.04
HSL16.5º68.97%88.63%-
HSV(B)16.5º16.26%96.47%-
XYZ73.9673.6768.72-
YUV224.42117.61143.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.77%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 206 (80.86% from 255) = 30.79%
R=36.77%
G=32.44%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621720600.120.160.0416.568.9788.63
HexF6D9CE0C104114559
Octal36633131601420421105131
Binary11110110110110011100111001100100001001000110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9CE; }

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

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

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

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

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

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

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

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