#F6D9CD

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

Shades of Cinderella #F6D9CD

Tints of Cinderella #F6D9CD

Color information

#F6D9CD (or 0xF6D9CD) is unknown color: approx Cinderella. HEX triplet: F6, D9 and CD. RGB value is (246,217,205). Sum of RGB (Red+Green+Blue) = 246+217+205=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9CD is #092632. Grayscale: #E0E0E0. Windows color (decimal): -599603 or 13490678. OLE color: 13490678.

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

Color convert

RGB246217205-
CMYK00.120.170.04
HSL17.56º69.49%88.43%-
HSV(B)17.56º16.67%96.47%-
XYZ73.8473.6368.08-
YUV224.3117.11143.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.83%
GREEN value IS 217 (85.16% from 255) = 32.49%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=36.83%
G=32.49%
B=30.69%

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
Decimal24621720500.120.170.0417.5669.4988.43
HexF6D9CD0C114124558
Octal36633131501421422105130
Binary11110110110110011100110101100100011001001010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9CD; }

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

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

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

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

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

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

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

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