#F6DACD

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

Shades of Cinderella #F6DACD

Tints of Cinderella #F6DACD

Color information

#F6DACD (or 0xF6DACD) is unknown color: approx Cinderella. HEX triplet: F6, DA and CD. RGB value is (246,218,205). Sum of RGB (Red+Green+Blue) = 246+218+205=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DACD is #092532. Grayscale: #E0E0E0. Windows color (decimal): -599347 or 13490934. OLE color: 13490934.

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

Color convert

RGB246218205-
CMYK00.110.170.04
HSL19.02º69.49%88.43%-
HSV(B)19.02º16.67%96.47%-
XYZ74.174.1468.16-
YUV224.89116.78143.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.77%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=36.77%
G=32.59%
B=30.64%

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
Decimal24621820500.110.170.0419.0269.4988.43
HexF6DACD0B114134558
Octal36633231501321423105130
Binary11110110110110101100110101011100011001001110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DACD; }

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

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

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

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

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

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

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

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