Shades of Apricot #FFC6AE
Tints of Apricot #FFC6AE
RGB
CMYK
RGB Variations
Color information
#FFC6AE (or 0xFFC6AE) is known color: Apricot. HEX triplet: FF, C6 and AE. RGB value is (255,198,174). Sum of RGB (Red+Green+Blue) = 255+198+174=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6AE is #003951. Grayscale: #D4D4D4. Windows color (decimal): -14674 or 11454207. OLE color: 11454207.
HSL color Cylindrical-coordinate representation of color #FFC6AE: hue angle of 17.78º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFC6AE is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 174 | - |
| CMYK | 0 | 0.22 | 0.32 | 0 |
| HSL | 17.78º | 1% | 0.84% | - |
| HSV(B) | 17.78º | 0.32% | 1% | - |
| XYZ | 69.07 | 64.7 | 48.89 | - |
| YUV | 212.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 174 | 0 | 0.22 | 0.32 | 0 | 17.78 | 1 | 0.84 |
| Hex | FF | C6 | AE | 0 | 16 | 20 | 0 | 12 | 64 | 54 |
| Octal | 377 | 306 | 256 | 0 | 26 | 40 | 0 | 22 | 144 | 124 |
| Binary | 11111111 | 11000110 | 10101110 | 0 | 10110 | 100000 | 0 | 10010 | 1100100 | 1010100 |
Color Harmonies of #FFC6AE
Complementary color
Monochromatic Colors of #FFC6AE
Black with #FFC6AE
Text Example
Text Example
White with #FFC6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6AE; }
p { color: rgb(255,198,174); }
H1.HeaderClassName
{
color: #FFC6AE;
}
.AnyTagClassName
{
color: #FFC6AE;
}
</style>
background-color css
<style>
a { background-color: #FFC6AE; }
a { background-color: rgb(255,198,174); }
div.DivClassName
{
background-color: #FFC6AE;
}
.BgClassName
{
background-color: #FFC6AE;
}
</style>
border-color css
<style>
span { border-color: #FFC6AE; }
span { border-color: rgb(255,198,174); }
td.TdClassName
{
border-color: #FFC6AE;
}
.TagClassName
{
border-color: #FFC6AE;
}
</style>