Shades of Cherub #F8D3DC
Tints of Cherub #F8D3DC
RGB
CMYK
RGB Variations
Color information
#F8D3DC (or 0xF8D3DC) is known color: Cherub. HEX triplet: F8, D3 and DC. RGB value is (248,211,220). Sum of RGB (Red+Green+Blue) = 248+211+220=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3DC is #072C23. Grayscale: #DFDFDF. Windows color (decimal): -470052 or 14472184. OLE color: 14472184.
HSL color Cylindrical-coordinate representation of color #F8D3DC: hue angle of 345.41º 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 #F8D3DC is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 220 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.03 |
| HSL | 345.41º | 0.73% | 0.9% | - |
| HSV(B) | 345.41º | 0.15% | 0.97% | - |
| XYZ | 74.92 | 71.71 | 77.6 | - |
| YUV | 223.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 220 | 0 | 0.15 | 0.11 | 0.03 | 345.41 | 0.73 | 0.9 |
| Hex | F8 | D3 | DC | 0 | F | B | 3 | 159 | 49 | 5A |
| Octal | 370 | 323 | 334 | 0 | 17 | 13 | 3 | 531 | 111 | 132 |
| Binary | 11111000 | 11010011 | 11011100 | 0 | 1111 | 1011 | 11 | 101011001 | 1001001 | 1011010 |
Color Harmonies of #F8D3DC
Complementary color
Monochromatic Colors of #F8D3DC
Black with #F8D3DC
Text Example
Text Example
White with #F8D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D3DC; }
p { color: rgb(248,211,220); }
H1.HeaderClassName
{
color: #F8D3DC;
}
.AnyTagClassName
{
color: #F8D3DC;
}
</style>
background-color css
<style>
a { background-color: #F8D3DC; }
a { background-color: rgb(248,211,220); }
div.DivClassName
{
background-color: #F8D3DC;
}
.BgClassName
{
background-color: #F8D3DC;
}
</style>
border-color css
<style>
span { border-color: #F8D3DC; }
span { border-color: rgb(248,211,220); }
td.TdClassName
{
border-color: #F8D3DC;
}
.TagClassName
{
border-color: #F8D3DC;
}
</style>