#F8D3D8

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

Shades of Cherub #F8D3D8

Tints of Cherub #F8D3D8

Color information

#F8D3D8 (or 0xF8D3D8) is unknown color: approx Cherub. HEX triplet: F8, D3 and D8. RGB value is (248,211,216). Sum of RGB (Red+Green+Blue) = 248+211+216=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3D8 is #072C27. Grayscale: #DEDEDE. Windows color (decimal): -470056 or 14210040. OLE color: 14210040.

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

Color convert

RGB248211216-
CMYK00.150.130.03
HSL351.89º72.55%90%-
HSV(B)351.89º14.92%97.25%-
XYZ74.471.574.85-
YUV222.63124.26146.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.74%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 216 (84.77% from 255) = 32%
R=36.74%
G=31.26%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821121600.150.130.03351.8972.5590
HexF8D3D80FD3160495a
Octal370323330017153540111132
Binary1111100011010011110110000111111011110110000010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D3D8; }

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

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

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

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

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

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

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

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