#F8D3D7

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

Shades of Cherub #F8D3D7

Tints of Cherub #F8D3D7

Color information

#F8D3D7 (or 0xF8D3D7) is unknown color: approx Cherub. HEX triplet: F8, D3 and D7. RGB value is (248,211,215). Sum of RGB (Red+Green+Blue) = 248+211+215=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 211 (82.81% from 255 or 31.31% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3D7 is #072C28. Grayscale: #DEDEDE. Windows color (decimal): -470057 or 14144504. OLE color: 14144504.

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

Color convert

RGB248211215-
CMYK00.150.130.03
HSL353.51º72.55%90%-
HSV(B)353.51º14.92%97.25%-
XYZ74.2771.4574.17-
YUV222.52123.76146.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.80%
GREEN value IS 211 (82.81% from 255) = 31.31%
BLUE value IS 215 (84.38% from 255) = 31.90%
R=36.80%
G=31.31%
B=31.90%

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
Decimal24821121500.150.130.03353.5172.5590
HexF8D3D70FD3162495a
Octal370323327017153542111132
Binary1111100011010011110101110111111011110110001010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D3D7; }

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

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

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

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

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

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

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

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