Shades of Apricot #F9D4B4
Tints of Apricot #F9D4B4
RGB
CMYK
RGB Variations
Color information
#F9D4B4 (or 0xF9D4B4) is known color: Apricot. HEX triplet: F9, D4 and B4. RGB value is (249,212,180). Sum of RGB (Red+Green+Blue) = 249+212+180=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D4B4 is #062B4B. Grayscale: #DBDBDB. Windows color (decimal): -404300 or 11851001. OLE color: 11851001.
HSL color Cylindrical-coordinate representation of color #F9D4B4: hue angle of 27.83º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9D4B4 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 180 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.02 |
| HSL | 27.83º | 0.85% | 0.84% | - |
| HSV(B) | 27.83º | 0.28% | 0.98% | - |
| XYZ | 70.85 | 70.52 | 53.06 | - |
| YUV | 219.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 180 | 0 | 0.15 | 0.28 | 0.02 | 27.83 | 0.85 | 0.84 |
| Hex | F9 | D4 | B4 | 0 | F | 1C | 2 | 1C | 55 | 54 |
| Octal | 371 | 324 | 264 | 0 | 17 | 34 | 2 | 34 | 125 | 124 |
| Binary | 11111001 | 11010100 | 10110100 | 0 | 1111 | 11100 | 10 | 11100 | 1010101 | 1010100 |
Color Harmonies of #F9D4B4
Complementary color
Monochromatic Colors of #F9D4B4
Black with #F9D4B4
Text Example
Text Example
White with #F9D4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D4B4; }
p { color: rgb(249,212,180); }
H1.HeaderClassName
{
color: #F9D4B4;
}
.AnyTagClassName
{
color: #F9D4B4;
}
</style>
background-color css
<style>
a { background-color: #F9D4B4; }
a { background-color: rgb(249,212,180); }
div.DivClassName
{
background-color: #F9D4B4;
}
.BgClassName
{
background-color: #F9D4B4;
}
</style>
border-color css
<style>
span { border-color: #F9D4B4; }
span { border-color: rgb(249,212,180); }
td.TdClassName
{
border-color: #F9D4B4;
}
.TagClassName
{
border-color: #F9D4B4;
}
</style>