Shades of Apricot #F9CEAF
Tints of Apricot #F9CEAF
RGB
CMYK
RGB Variations
Color information
#F9CEAF (or 0xF9CEAF) is known color: Apricot. HEX triplet: F9, CE and AF. RGB value is (249,206,175). Sum of RGB (Red+Green+Blue) = 249+206+175=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CEAF is #063150. Grayscale: #D7D7D7. Windows color (decimal): -405841 or 11521785. OLE color: 11521785.
HSL color Cylindrical-coordinate representation of color #F9CEAF: hue angle of 25.14º 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 #F9CEAF is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 175 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.02 |
| HSL | 25.14º | 0.86% | 0.83% | - |
| HSV(B) | 25.14º | 0.3% | 0.98% | - |
| XYZ | 68.88 | 67.38 | 49.93 | - |
| YUV | 215.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 175 | 0 | 0.17 | 0.30 | 0.02 | 25.14 | 0.86 | 0.83 |
| Hex | F9 | CE | AF | 0 | 11 | 1E | 2 | 19 | 56 | 53 |
| Octal | 371 | 316 | 257 | 0 | 21 | 36 | 2 | 31 | 126 | 123 |
| Binary | 11111001 | 11001110 | 10101111 | 0 | 10001 | 11110 | 10 | 11001 | 1010110 | 1010011 |
Color Harmonies of #F9CEAF
Complementary color
Monochromatic Colors of #F9CEAF
Black with #F9CEAF
Text Example
Text Example
White with #F9CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CEAF; }
p { color: rgb(249,206,175); }
H1.HeaderClassName
{
color: #F9CEAF;
}
.AnyTagClassName
{
color: #F9CEAF;
}
</style>
background-color css
<style>
a { background-color: #F9CEAF; }
a { background-color: rgb(249,206,175); }
div.DivClassName
{
background-color: #F9CEAF;
}
.BgClassName
{
background-color: #F9CEAF;
}
</style>
border-color css
<style>
span { border-color: #F9CEAF; }
span { border-color: rgb(249,206,175); }
td.TdClassName
{
border-color: #F9CEAF;
}
.TagClassName
{
border-color: #F9CEAF;
}
</style>