Shades of Apricot #F7CAAE
Tints of Apricot #F7CAAE
RGB
CMYK
RGB Variations
Color information
#F7CAAE (or 0xF7CAAE) is known color: Apricot. HEX triplet: F7, CA and AE. RGB value is (247,202,174). Sum of RGB (Red+Green+Blue) = 247+202+174=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CAAE is #083551. Grayscale: #D4D4D4. Windows color (decimal): -537938 or 11455223. OLE color: 11455223.
HSL color Cylindrical-coordinate representation of color #F7CAAE: hue angle of 23.01º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7CAAE is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 202 | 174 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.03 |
| HSL | 23.01º | 0.82% | 0.83% | - |
| HSV(B) | 23.01º | 0.3% | 0.97% | - |
| XYZ | 67.12 | 65.07 | 49.07 | - |
| YUV | 212.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 202 | 174 | 0 | 0.18 | 0.30 | 0.03 | 23.01 | 0.82 | 0.83 |
| Hex | F7 | CA | AE | 0 | 12 | 1E | 3 | 17 | 52 | 53 |
| Octal | 367 | 312 | 256 | 0 | 22 | 36 | 3 | 27 | 122 | 123 |
| Binary | 11110111 | 11001010 | 10101110 | 0 | 10010 | 11110 | 11 | 10111 | 1010010 | 1010011 |
Color Harmonies of #F7CAAE
Complementary color
Monochromatic Colors of #F7CAAE
Black with #F7CAAE
Text Example
Text Example
White with #F7CAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CAAE; }
p { color: rgb(247,202,174); }
H1.HeaderClassName
{
color: #F7CAAE;
}
.AnyTagClassName
{
color: #F7CAAE;
}
</style>
background-color css
<style>
a { background-color: #F7CAAE; }
a { background-color: rgb(247,202,174); }
div.DivClassName
{
background-color: #F7CAAE;
}
.BgClassName
{
background-color: #F7CAAE;
}
</style>
border-color css
<style>
span { border-color: #F7CAAE; }
span { border-color: rgb(247,202,174); }
td.TdClassName
{
border-color: #F7CAAE;
}
.TagClassName
{
border-color: #F7CAAE;
}
</style>