Shades of Apricot #F9CFAF
Tints of Apricot #F9CFAF
RGB
CMYK
RGB Variations
Color information
#F9CFAF (or 0xF9CFAF) is known color: Apricot. HEX triplet: F9, CF and AF. RGB value is (249,207,175). Sum of RGB (Red+Green+Blue) = 249+207+175=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CFAF is #063050. Grayscale: #D8D8D8. Windows color (decimal): -405585 or 11522041. OLE color: 11522041.
HSL color Cylindrical-coordinate representation of color #F9CFAF: hue angle of 25.95º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9CFAF is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 175 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.02 |
| HSL | 25.95º | 0.86% | 0.83% | - |
| HSV(B) | 25.95º | 0.3% | 0.98% | - |
| XYZ | 69.12 | 67.86 | 50.01 | - |
| YUV | 215.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 175 | 0 | 0.17 | 0.30 | 0.02 | 25.95 | 0.86 | 0.83 |
| Hex | F9 | CF | AF | 0 | 11 | 1E | 2 | 1A | 56 | 53 |
| Octal | 371 | 317 | 257 | 0 | 21 | 36 | 2 | 32 | 126 | 123 |
| Binary | 11111001 | 11001111 | 10101111 | 0 | 10001 | 11110 | 10 | 11010 | 1010110 | 1010011 |
Color Harmonies of #F9CFAF
Complementary color
Monochromatic Colors of #F9CFAF
Black with #F9CFAF
Text Example
Text Example
White with #F9CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFAF; }
p { color: rgb(249,207,175); }
H1.HeaderClassName
{
color: #F9CFAF;
}
.AnyTagClassName
{
color: #F9CFAF;
}
</style>
background-color css
<style>
a { background-color: #F9CFAF; }
a { background-color: rgb(249,207,175); }
div.DivClassName
{
background-color: #F9CFAF;
}
.BgClassName
{
background-color: #F9CFAF;
}
</style>
border-color css
<style>
span { border-color: #F9CFAF; }
span { border-color: rgb(249,207,175); }
td.TdClassName
{
border-color: #F9CFAF;
}
.TagClassName
{
border-color: #F9CFAF;
}
</style>