Shades of Apricot White #F5F1DD
Tints of Apricot White #F5F1DD
RGB
CMYK
RGB Variations
Color information
#F5F1DD (or 0xF5F1DD) is known color: Apricot White. HEX triplet: F5, F1 and DD. RGB value is (245,241,221). Sum of RGB (Red+Green+Blue) = 245+241+221=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1DD is #0A0E22. Grayscale: #F0F0F0. Windows color (decimal): -658979 or 14545397. OLE color: 14545397.
HSL color Cylindrical-coordinate representation of color #F5F1DD: hue angle of 50º degrees, saturation: 0.55, 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 #F5F1DD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 221 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.04 |
| HSL | 50º | 0.55% | 0.91% | - |
| HSV(B) | 50º | 0.1% | 0.96% | - |
| XYZ | 82.16 | 87.54 | 80.97 | - |
| YUV | 239.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 221 | 0 | 0.02 | 0.10 | 0.04 | 50 | 0.55 | 0.91 |
| Hex | F5 | F1 | DD | 0 | 2 | A | 4 | 32 | 37 | 5B |
| Octal | 365 | 361 | 335 | 0 | 2 | 12 | 4 | 62 | 67 | 133 |
| Binary | 11110101 | 11110001 | 11011101 | 0 | 10 | 1010 | 100 | 110010 | 110111 | 1011011 |
Color Harmonies of #F5F1DD
Complementary color
Monochromatic Colors of #F5F1DD
Black with #F5F1DD
Text Example
Text Example
White with #F5F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F1DD; }
p { color: rgb(245,241,221); }
H1.HeaderClassName
{
color: #F5F1DD;
}
.AnyTagClassName
{
color: #F5F1DD;
}
</style>
background-color css
<style>
a { background-color: #F5F1DD; }
a { background-color: rgb(245,241,221); }
div.DivClassName
{
background-color: #F5F1DD;
}
.BgClassName
{
background-color: #F5F1DD;
}
</style>
border-color css
<style>
span { border-color: #F5F1DD; }
span { border-color: rgb(245,241,221); }
td.TdClassName
{
border-color: #F5F1DD;
}
.TagClassName
{
border-color: #F5F1DD;
}
</style>