#F8D6DE

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

Shades of Cherub #F8D6DE

Tints of Cherub #F8D6DE

Color information

#F8D6DE (or 0xF8D6DE) is unknown color: approx Cherub. HEX triplet: F8, D6 and DE. RGB value is (248,214,222). Sum of RGB (Red+Green+Blue) = 248+214+222=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6DE is #072921. Grayscale: #E1E1E1. Windows color (decimal): -469282 or 14604024. OLE color: 14604024.

HSL color Cylindrical-coordinate representation of color #F8D6DE: hue angle of 345.88º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D6DE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248214222-
CMYK00.140.100.03
HSL345.88º70.83%90.59%-
HSV(B)345.88º13.71%97.25%-
XYZ75.9473.3279.26-
YUV225.08126.26144.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.26%
GREEN value IS 214 (83.98% from 255) = 31.29%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=36.26%
G=31.29%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821422200.140.100.03345.8870.8390.59
HexF8D6DE0EA315a475b
Octal370326336016123532107133
Binary1111100011010110110111100111010101110101101010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D6DE; }

 p { color: rgb(248,214,222); }

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

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

 a { background-color: rgb(248,214,222); }

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

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

 span { border-color: rgb(248,214,222); }

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