#F8D4DB

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

Shades of Cherub #F8D4DB

Tints of Cherub #F8D4DB

Color information

#F8D4DB (or 0xF8D4DB) is unknown color: approx Cherub. HEX triplet: F8, D4 and DB. RGB value is (248,212,219). Sum of RGB (Red+Green+Blue) = 248+212+219=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4DB is #072B24. Grayscale: #DFDFDF. Windows color (decimal): -469797 or 14406904. OLE color: 14406904.

HSL color Cylindrical-coordinate representation of color #F8D4DB: hue angle of 348.33º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D4DB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248212219-
CMYK00.150.120.03
HSL348.33º72%90.2%-
HSV(B)348.33º14.52%97.25%-
XYZ75.0472.1676.99-
YUV223.56125.43145.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.52%
GREEN value IS 212 (83.20% from 255) = 31.22%
BLUE value IS 219 (85.94% from 255) = 32.25%
R=36.52%
G=31.22%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821221900.150.120.03348.337290.2
HexF8D4DB0FC315c485a
Octal370324333017143534110132
Binary1111100011010100110110110111111001110101110010010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D4DB; }

 p { color: rgb(248,212,219); }

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

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

 a { background-color: rgb(248,212,219); }

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

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

 span { border-color: rgb(248,212,219); }

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