#F6D8CD

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

Shades of Cinderella #F6D8CD

Tints of Cinderella #F6D8CD

Color information

#F6D8CD (or 0xF6D8CD) is unknown color: approx Cinderella. HEX triplet: F6, D8 and CD. RGB value is (246,216,205). Sum of RGB (Red+Green+Blue) = 246+216+205=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8CD is #092732. Grayscale: #DFDFDF. Windows color (decimal): -599859 or 13490422. OLE color: 13490422.

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

Color convert

RGB246216205-
CMYK00.120.170.04
HSL16.1º69.49%88.43%-
HSV(B)16.1º16.67%96.47%-
XYZ73.5873.1167.99-
YUV223.72117.44143.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.88%
GREEN value IS 216 (84.77% from 255) = 32.38%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=36.88%
G=32.38%
B=30.73%

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
Decimal24621620500.120.170.0416.169.4988.43
HexF6D8CD0C114104558
Octal36633031501421420105130
Binary11110110110110001100110101100100011001000010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D8CD; }

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

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

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

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

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

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

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

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