Shades of Apricot White #F5F0DC
Tints of Apricot White #F5F0DC
RGB
CMYK
RGB Variations
Color information
#F5F0DC (or 0xF5F0DC) is known color: Apricot White. HEX triplet: F5, F0 and DC. RGB value is (245,240,220). Sum of RGB (Red+Green+Blue) = 245+240+220=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0DC is #0A0F23. Grayscale: #EFEFEF. Windows color (decimal): -659236 or 14479605. OLE color: 14479605.
HSL color Cylindrical-coordinate representation of color #F5F0DC: hue angle of 48º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5F0DC is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 220 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.04 |
| HSL | 48º | 0.56% | 0.91% | - |
| HSV(B) | 48º | 0.1% | 0.96% | - |
| XYZ | 81.73 | 86.9 | 80.18 | - |
| YUV | 239.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 220 | 0 | 0.02 | 0.10 | 0.04 | 48 | 0.56 | 0.91 |
| Hex | F5 | F0 | DC | 0 | 2 | A | 4 | 30 | 38 | 5B |
| Octal | 365 | 360 | 334 | 0 | 2 | 12 | 4 | 60 | 70 | 133 |
| Binary | 11110101 | 11110000 | 11011100 | 0 | 10 | 1010 | 100 | 110000 | 111000 | 1011011 |
Color Harmonies of #F5F0DC
Complementary color
Monochromatic Colors of #F5F0DC
Black with #F5F0DC
Text Example
Text Example
White with #F5F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0DC; }
p { color: rgb(245,240,220); }
H1.HeaderClassName
{
color: #F5F0DC;
}
.AnyTagClassName
{
color: #F5F0DC;
}
</style>
background-color css
<style>
a { background-color: #F5F0DC; }
a { background-color: rgb(245,240,220); }
div.DivClassName
{
background-color: #F5F0DC;
}
.BgClassName
{
background-color: #F5F0DC;
}
</style>
border-color css
<style>
span { border-color: #F5F0DC; }
span { border-color: rgb(245,240,220); }
td.TdClassName
{
border-color: #F5F0DC;
}
.TagClassName
{
border-color: #F5F0DC;
}
</style>