Shades of Apricot White #F8F1DF
Tints of Apricot White #F8F1DF
RGB
CMYK
RGB Variations
Color information
#F8F1DF (or 0xF8F1DF) is known color: Apricot White. HEX triplet: F8, F1 and DF. RGB value is (248,241,223). Sum of RGB (Red+Green+Blue) = 248+241+223=712 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.83% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F1DF is #070E20. Grayscale: #F1F1F1. Windows color (decimal): -462369 or 14676472. OLE color: 14676472.
HSL color Cylindrical-coordinate representation of color #F8F1DF: hue angle of 43.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8F1DF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 241 | 223 | - |
CMYK | 0 | 0.03 | 0.10 | 0.03 |
HSL | 43.2º | 0.64% | 0.92% | - |
HSV(B) | 43.2º | 0.1% | 0.97% | - |
XYZ | 83.49 | 88.19 | 82.44 | - |
YUV | 241.04 | 117.82 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 241 | 223 | 0 | 0.03 | 0.10 | 0.03 | 43.2 | 0.64 | 0.92 |
Hex | F8 | F1 | DF | 0 | 3 | A | 3 | 2B | 40 | 5C |
Octal | 370 | 361 | 337 | 0 | 3 | 12 | 3 | 53 | 100 | 134 |
Binary | 11111000 | 11110001 | 11011111 | 0 | 11 | 1010 | 11 | 101011 | 1000000 | 1011100 |
Color Harmonies of #F8F1DF
Complementary color
Monochromatic Colors of #F8F1DF
Black with #F8F1DF
Text Example
Text Example
White with #F8F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F1DF; }
p { color: rgb(248,241,223); }
H1.HeaderClassName
{
color: #F8F1DF;
}
.AnyTagClassName
{
color: #F8F1DF;
}
</style>
background-color css
<style>
a { background-color: #F8F1DF; }
a { background-color: rgb(248,241,223); }
div.DivClassName
{
background-color: #F8F1DF;
}
.BgClassName
{
background-color: #F8F1DF;
}
</style>
border-color css
<style>
span { border-color: #F8F1DF; }
span { border-color: rgb(248,241,223); }
td.TdClassName
{
border-color: #F8F1DF;
}
.TagClassName
{
border-color: #F8F1DF;
}
</style>