#F6D8DE

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

Shades of Cherub #F6D8DE

Tints of Cherub #F6D8DE

Color information

#F6D8DE (or 0xF6D8DE) is unknown color: approx Cherub. HEX triplet: F6, D8 and DE. RGB value is (246,216,222). Sum of RGB (Red+Green+Blue) = 246+216+222=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8DE is #092721. Grayscale: #E1E1E1. Windows color (decimal): -599842 or 14604534. OLE color: 14604534.

HSL color Cylindrical-coordinate representation of color #F6D8DE: hue angle of 348º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6D8DE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246216222-
CMYK00.120.100.04
HSL348º62.5%90.59%-
HSV(B)348º12.2%96.47%-
XYZ75.7573.9879.39-
YUV225.65125.94142.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.96%
GREEN value IS 216 (84.77% from 255) = 31.58%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=35.96%
G=31.58%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621622200.120.100.0434862.590.59
HexF6D8DE0CA415c3e5b
Octal36633033601412453476133
Binary1111011011011000110111100110010101001010111001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D8DE; }

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

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

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

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

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

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

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

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