#F8D3DB

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

Shades of Cherub #F8D3DB

Tints of Cherub #F8D3DB

Color information

#F8D3DB (or 0xF8D3DB) is unknown color: approx Cherub. HEX triplet: F8, D3 and DB. RGB value is (248,211,219). Sum of RGB (Red+Green+Blue) = 248+211+219=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 211 (82.81% from 255 or 31.12% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3DB is #072C24. Grayscale: #DEDEDE. Windows color (decimal): -470053 or 14406648. OLE color: 14406648.

HSL color Cylindrical-coordinate representation of color #F8D3DB: hue angle of 347.03º degrees, saturation: 0.73, 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 #F8D3DB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248211219-
CMYK00.150.120.03
HSL347.03º72.55%90%-
HSV(B)347.03º14.92%97.25%-
XYZ74.7971.6676.91-
YUV222.98125.76145.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.58%
GREEN value IS 211 (82.81% from 255) = 31.12%
BLUE value IS 219 (85.94% from 255) = 32.30%
R=36.58%
G=31.12%
B=32.30%

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
Decimal24821121900.150.120.03347.0372.5590
HexF8D3DB0FC315b495a
Octal370323333017143533111132
Binary1111100011010011110110110111111001110101101110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D3DB; }

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

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

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

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

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

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

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

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