#F6D6CE

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

Shades of Cinderella #F6D6CE

Tints of Cinderella #F6D6CE

Color information

#F6D6CE (or 0xF6D6CE) is unknown color: approx Cinderella. HEX triplet: F6, D6 and CE. RGB value is (246,214,206). Sum of RGB (Red+Green+Blue) = 246+214+206=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6CE is #092931. Grayscale: #DEDEDE. Windows color (decimal): -600370 or 13555446. OLE color: 13555446.

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

Color convert

RGB246214206-
CMYK00.130.160.04
HSL12º68.97%88.63%-
HSV(B)12º16.26%96.47%-
XYZ73.1972.1468.46-
YUV222.66118.6144.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.94%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=36.94%
G=32.13%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621420600.130.160.041268.9788.63
HexF6D6CE0D104c4559
Octal36632631601520414105131
Binary1111011011010110110011100110110000100110010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D6CE; }

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

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

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

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

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

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

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

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