Shades of Apricot #F9D3AD
Tints of Apricot #F9D3AD
RGB
CMYK
RGB Variations
Color information
#F9D3AD (or 0xF9D3AD) is known color: Apricot. HEX triplet: F9, D3 and AD. RGB value is (249,211,173). Sum of RGB (Red+Green+Blue) = 249+211+173=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D3AD is #062C52. Grayscale: #DADADA. Windows color (decimal): -404563 or 11391993. OLE color: 11391993.
HSL color Cylindrical-coordinate representation of color #F9D3AD: hue angle of 30º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9D3AD is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 211 | 173 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.02 |
| HSL | 30º | 0.86% | 0.83% | - |
| HSV(B) | 30º | 0.31% | 0.98% | - |
| XYZ | 69.9 | 69.75 | 49.31 | - |
| YUV | 218.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 211 | 173 | 0 | 0.15 | 0.31 | 0.02 | 30 | 0.86 | 0.83 |
| Hex | F9 | D3 | AD | 0 | F | 1F | 2 | 1E | 56 | 53 |
| Octal | 371 | 323 | 255 | 0 | 17 | 37 | 2 | 36 | 126 | 123 |
| Binary | 11111001 | 11010011 | 10101101 | 0 | 1111 | 11111 | 10 | 11110 | 1010110 | 1010011 |
Color Harmonies of #F9D3AD
Complementary color
Monochromatic Colors of #F9D3AD
Black with #F9D3AD
Text Example
Text Example
White with #F9D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D3AD; }
p { color: rgb(249,211,173); }
H1.HeaderClassName
{
color: #F9D3AD;
}
.AnyTagClassName
{
color: #F9D3AD;
}
</style>
background-color css
<style>
a { background-color: #F9D3AD; }
a { background-color: rgb(249,211,173); }
div.DivClassName
{
background-color: #F9D3AD;
}
.BgClassName
{
background-color: #F9D3AD;
}
</style>
border-color css
<style>
span { border-color: #F9D3AD; }
span { border-color: rgb(249,211,173); }
td.TdClassName
{
border-color: #F9D3AD;
}
.TagClassName
{
border-color: #F9D3AD;
}
</style>