Shades of Apricot #F6CAAE
Tints of Apricot #F6CAAE
RGB
CMYK
RGB Variations
Color information
#F6CAAE (or 0xF6CAAE) is known color: Apricot. HEX triplet: F6, CA and AE. RGB value is (246,202,174). Sum of RGB (Red+Green+Blue) = 246+202+174=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CAAE is #093551. Grayscale: #D4D4D4. Windows color (decimal): -603474 or 11455222. OLE color: 11455222.
HSL color Cylindrical-coordinate representation of color #F6CAAE: hue angle of 23.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6CAAE is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 174 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.04 |
| HSL | 23.33º | 0.8% | 0.82% | - |
| HSV(B) | 23.33º | 0.29% | 0.96% | - |
| XYZ | 66.77 | 64.89 | 49.05 | - |
| YUV | 211.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 174 | 0 | 0.18 | 0.29 | 0.04 | 23.33 | 0.8 | 0.82 |
| Hex | F6 | CA | AE | 0 | 12 | 1D | 4 | 17 | 50 | 52 |
| Octal | 366 | 312 | 256 | 0 | 22 | 35 | 4 | 27 | 120 | 122 |
| Binary | 11110110 | 11001010 | 10101110 | 0 | 10010 | 11101 | 100 | 10111 | 1010000 | 1010010 |
Color Harmonies of #F6CAAE
Complementary color
Monochromatic Colors of #F6CAAE
Black with #F6CAAE
Text Example
Text Example
White with #F6CAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CAAE; }
p { color: rgb(246,202,174); }
H1.HeaderClassName
{
color: #F6CAAE;
}
.AnyTagClassName
{
color: #F6CAAE;
}
</style>
background-color css
<style>
a { background-color: #F6CAAE; }
a { background-color: rgb(246,202,174); }
div.DivClassName
{
background-color: #F6CAAE;
}
.BgClassName
{
background-color: #F6CAAE;
}
</style>
border-color css
<style>
span { border-color: #F6CAAE; }
span { border-color: rgb(246,202,174); }
td.TdClassName
{
border-color: #F6CAAE;
}
.TagClassName
{
border-color: #F6CAAE;
}
</style>