#F6D9CC

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

Shades of Cinderella #F6D9CC

Tints of Cinderella #F6D9CC

Color information

#F6D9CC (or 0xF6D9CC) is unknown color: approx Cinderella. HEX triplet: F6, D9 and CC. RGB value is (246,217,204). Sum of RGB (Red+Green+Blue) = 246+217+204=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9CC is #092633. Grayscale: #E0E0E0. Windows color (decimal): -599604 or 13425142. OLE color: 13425142.

HSL color Cylindrical-coordinate representation of color #F6D9CC: hue angle of 18.57º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6D9CC is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246217204-
CMYK00.120.170.04
HSL18.57º70%88.24%-
HSV(B)18.57º17.07%96.47%-
XYZ73.7273.5867.44-
YUV224.19116.61143.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.88%
GREEN value IS 217 (85.16% from 255) = 32.53%
BLUE value IS 204 (80.08% from 255) = 30.58%
R=36.88%
G=32.53%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621720400.120.170.0418.577088.24
HexF6D9CC0C114134658
Octal36633131401421423106130
Binary11110110110110011100110001100100011001001110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9CC; }

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

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

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

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

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

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

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

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