#F8D7DE

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

Shades of Cherub #F8D7DE

Tints of Cherub #F8D7DE

Color information

#F8D7DE (or 0xF8D7DE) is unknown color: approx Cherub. HEX triplet: F8, D7 and DE. RGB value is (248,215,222). Sum of RGB (Red+Green+Blue) = 248+215+222=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D7DE is #072821. Grayscale: #E1E1E1. Windows color (decimal): -469026 or 14604280. OLE color: 14604280.

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

Color convert

RGB248215222-
CMYK00.130.100.03
HSL347.27º70.21%90.78%-
HSV(B)347.27º13.31%97.25%-
XYZ76.273.8379.34-
YUV225.66125.93143.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.20%
GREEN value IS 215 (84.38% from 255) = 31.39%
BLUE value IS 222 (87.11% from 255) = 32.41%
R=36.20%
G=31.39%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821522200.130.100.03347.2770.2190.78
HexF8D7DE0DA315b465b
Octal370327336015123533106133
Binary1111100011010111110111100110110101110101101110001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D7DE; }

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

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

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

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

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

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

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

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