#F6D6CD

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

Shades of Cinderella #F6D6CD

Tints of Cinderella #F6D6CD

Color information

#F6D6CD (or 0xF6D6CD) is unknown color: approx Cinderella. HEX triplet: F6, D6 and CD. RGB value is (246,214,205). Sum of RGB (Red+Green+Blue) = 246+214+205=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6CD is #092932. Grayscale: #DEDEDE. Windows color (decimal): -600371 or 13489910. OLE color: 13489910.

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

Color convert

RGB246214205-
CMYK00.130.170.04
HSL13.17º69.49%88.43%-
HSV(B)13.17º16.67%96.47%-
XYZ73.0772.0967.82-
YUV222.54118.1144.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.99%
GREEN value IS 214 (83.98% from 255) = 32.18%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=36.99%
G=32.18%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621420500.130.170.0413.1769.4988.43
HexF6D6CD0D114d4558
Octal36632631501521415105130
Binary1111011011010110110011010110110001100110110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D6CD; }

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

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

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

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

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

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

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

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