Shades of Apricot White #F8F1DC
Tints of Apricot White #F8F1DC
RGB
CMYK
RGB Variations
Color information
#F8F1DC (or 0xF8F1DC) is known color: Apricot White. HEX triplet: F8, F1 and DC. RGB value is (248,241,220). Sum of RGB (Red+Green+Blue) = 248+241+220=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 241 (94.53% from 255 or 33.99% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F1DC is #070E23. Grayscale: #F0F0F0. Windows color (decimal): -462372 or 14479864. OLE color: 14479864.
HSL color Cylindrical-coordinate representation of color #F8F1DC: hue angle of 45º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8F1DC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 220 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.03 |
| HSL | 45º | 0.67% | 0.92% | - |
| HSV(B) | 45º | 0.11% | 0.97% | - |
| XYZ | 83.08 | 88.03 | 80.32 | - |
| YUV | 240.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 220 | 0 | 0.03 | 0.11 | 0.03 | 45 | 0.67 | 0.92 |
| Hex | F8 | F1 | DC | 0 | 3 | B | 3 | 2D | 43 | 5C |
| Octal | 370 | 361 | 334 | 0 | 3 | 13 | 3 | 55 | 103 | 134 |
| Binary | 11111000 | 11110001 | 11011100 | 0 | 11 | 1011 | 11 | 101101 | 1000011 | 1011100 |
Color Harmonies of #F8F1DC
Complementary color
Monochromatic Colors of #F8F1DC
Black with #F8F1DC
Text Example
Text Example
White with #F8F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F1DC; }
p { color: rgb(248,241,220); }
H1.HeaderClassName
{
color: #F8F1DC;
}
.AnyTagClassName
{
color: #F8F1DC;
}
</style>
background-color css
<style>
a { background-color: #F8F1DC; }
a { background-color: rgb(248,241,220); }
div.DivClassName
{
background-color: #F8F1DC;
}
.BgClassName
{
background-color: #F8F1DC;
}
</style>
border-color css
<style>
span { border-color: #F8F1DC; }
span { border-color: rgb(248,241,220); }
td.TdClassName
{
border-color: #F8F1DC;
}
.TagClassName
{
border-color: #F8F1DC;
}
</style>