Shades of Apricot #F6CFAE
Tints of Apricot #F6CFAE
RGB
CMYK
RGB Variations
Color information
#F6CFAE (or 0xF6CFAE) is known color: Apricot. HEX triplet: F6, CF and AE. RGB value is (246,207,174). Sum of RGB (Red+Green+Blue) = 246+207+174=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CFAE is #093051. Grayscale: #D7D7D7. Windows color (decimal): -602194 or 11456502. OLE color: 11456502.
HSL color Cylindrical-coordinate representation of color #F6CFAE: hue angle of 27.5º 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 #F6CFAE is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 174 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.04 |
| HSL | 27.5º | 0.8% | 0.82% | - |
| HSV(B) | 27.5º | 0.29% | 0.96% | - |
| XYZ | 67.96 | 67.27 | 49.45 | - |
| YUV | 214.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 174 | 0 | 0.16 | 0.29 | 0.04 | 27.5 | 0.8 | 0.82 |
| Hex | F6 | CF | AE | 0 | 10 | 1D | 4 | 1C | 50 | 52 |
| Octal | 366 | 317 | 256 | 0 | 20 | 35 | 4 | 34 | 120 | 122 |
| Binary | 11110110 | 11001111 | 10101110 | 0 | 10000 | 11101 | 100 | 11100 | 1010000 | 1010010 |
Color Harmonies of #F6CFAE
Complementary color
Monochromatic Colors of #F6CFAE
Black with #F6CFAE
Text Example
Text Example
White with #F6CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFAE; }
p { color: rgb(246,207,174); }
H1.HeaderClassName
{
color: #F6CFAE;
}
.AnyTagClassName
{
color: #F6CFAE;
}
</style>
background-color css
<style>
a { background-color: #F6CFAE; }
a { background-color: rgb(246,207,174); }
div.DivClassName
{
background-color: #F6CFAE;
}
.BgClassName
{
background-color: #F6CFAE;
}
</style>
border-color css
<style>
span { border-color: #F6CFAE; }
span { border-color: rgb(246,207,174); }
td.TdClassName
{
border-color: #F6CFAE;
}
.TagClassName
{
border-color: #F6CFAE;
}
</style>