#F6DACC

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

Shades of Cinderella #F6DACC

Tints of Cinderella #F6DACC

Color information

#F6DACC (or 0xF6DACC) is unknown color: approx Cinderella. HEX triplet: F6, DA and CC. RGB value is (246,218,204). Sum of RGB (Red+Green+Blue) = 246+218+204=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DACC is #092533. Grayscale: #E0E0E0. Windows color (decimal): -599348 or 13425398. OLE color: 13425398.

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

Color convert

RGB246218204-
CMYK00.110.170.04
HSL20º70%88.24%-
HSV(B)20º17.07%96.47%-
XYZ73.9874.167.53-
YUV224.78116.28143.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.83%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 204 (80.08% from 255) = 30.54%
R=36.83%
G=32.63%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621820400.110.170.04207088.24
HexF6DACC0B114144658
Octal36633231401321424106130
Binary11110110110110101100110001011100011001010010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DACC; }

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

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

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

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

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

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

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

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