Shades of Apricot #F7C9AA
Tints of Apricot #F7C9AA
RGB
CMYK
RGB Variations
Color information
#F7C9AA (or 0xF7C9AA) is known color: Apricot. HEX triplet: F7, C9 and AA. RGB value is (247,201,170). Sum of RGB (Red+Green+Blue) = 247+201+170=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C9AA is #083655. Grayscale: #D3D3D3. Windows color (decimal): -538198 or 11192823. OLE color: 11192823.
HSL color Cylindrical-coordinate representation of color #F7C9AA: hue angle of 24.16º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7C9AA is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 201 | 170 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.03 |
| HSL | 24.16º | 0.83% | 0.82% | - |
| HSV(B) | 24.16º | 0.31% | 0.97% | - |
| XYZ | 66.5 | 64.45 | 46.97 | - |
| YUV | 211.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 201 | 170 | 0 | 0.19 | 0.31 | 0.03 | 24.16 | 0.83 | 0.82 |
| Hex | F7 | C9 | AA | 0 | 13 | 1F | 3 | 18 | 53 | 52 |
| Octal | 367 | 311 | 252 | 0 | 23 | 37 | 3 | 30 | 123 | 122 |
| Binary | 11110111 | 11001001 | 10101010 | 0 | 10011 | 11111 | 11 | 11000 | 1010011 | 1010010 |
Color Harmonies of #F7C9AA
Complementary color
Monochromatic Colors of #F7C9AA
Black with #F7C9AA
Text Example
Text Example
White with #F7C9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C9AA; }
p { color: rgb(247,201,170); }
H1.HeaderClassName
{
color: #F7C9AA;
}
.AnyTagClassName
{
color: #F7C9AA;
}
</style>
background-color css
<style>
a { background-color: #F7C9AA; }
a { background-color: rgb(247,201,170); }
div.DivClassName
{
background-color: #F7C9AA;
}
.BgClassName
{
background-color: #F7C9AA;
}
</style>
border-color css
<style>
span { border-color: #F7C9AA; }
span { border-color: rgb(247,201,170); }
td.TdClassName
{
border-color: #F7C9AA;
}
.TagClassName
{
border-color: #F7C9AA;
}
</style>