Shades of Apricot #F9C7B3
Tints of Apricot #F9C7B3
RGB
CMYK
RGB Variations
Color information
#F9C7B3 (or 0xF9C7B3) is known color: Apricot. HEX triplet: F9, C7 and B3. RGB value is (249,199,179). Sum of RGB (Red+Green+Blue) = 249+199+179=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7B3 is #06384C. Grayscale: #D3D3D3. Windows color (decimal): -407629 or 11782137. OLE color: 11782137.
HSL color Cylindrical-coordinate representation of color #F9C7B3: hue angle of 17.14º 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 #F9C7B3 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 179 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.02 |
| HSL | 17.14º | 0.85% | 0.84% | - |
| HSV(B) | 17.14º | 0.28% | 0.98% | - |
| XYZ | 67.63 | 64.24 | 51.48 | - |
| YUV | 211.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 179 | 0 | 0.20 | 0.28 | 0.02 | 17.14 | 0.85 | 0.84 |
| Hex | F9 | C7 | B3 | 0 | 14 | 1C | 2 | 11 | 55 | 54 |
| Octal | 371 | 307 | 263 | 0 | 24 | 34 | 2 | 21 | 125 | 124 |
| Binary | 11111001 | 11000111 | 10110011 | 0 | 10100 | 11100 | 10 | 10001 | 1010101 | 1010100 |
Color Harmonies of #F9C7B3
Complementary color
Monochromatic Colors of #F9C7B3
Black with #F9C7B3
Text Example
Text Example
White with #F9C7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7B3; }
p { color: rgb(249,199,179); }
H1.HeaderClassName
{
color: #F9C7B3;
}
.AnyTagClassName
{
color: #F9C7B3;
}
</style>
background-color css
<style>
a { background-color: #F9C7B3; }
a { background-color: rgb(249,199,179); }
div.DivClassName
{
background-color: #F9C7B3;
}
.BgClassName
{
background-color: #F9C7B3;
}
</style>
border-color css
<style>
span { border-color: #F9C7B3; }
span { border-color: rgb(249,199,179); }
td.TdClassName
{
border-color: #F9C7B3;
}
.TagClassName
{
border-color: #F9C7B3;
}
</style>