Shades of Apricot #FFC8AE
Tints of Apricot #FFC8AE
RGB
CMYK
RGB Variations
Color information
#FFC8AE (or 0xFFC8AE) is known color: Apricot. HEX triplet: FF, C8 and AE. RGB value is (255,200,174). Sum of RGB (Red+Green+Blue) = 255+200+174=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8AE is #003751. Grayscale: #D5D5D5. Windows color (decimal): -14162 or 11454719. OLE color: 11454719.
HSL color Cylindrical-coordinate representation of color #FFC8AE: hue angle of 19.26º 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 #FFC8AE is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 174 | - |
| CMYK | 0 | 0.22 | 0.32 | 0 |
| HSL | 19.26º | 1% | 0.84% | - |
| HSV(B) | 19.26º | 0.32% | 1% | - |
| XYZ | 69.53 | 65.62 | 49.05 | - |
| YUV | 213.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 174 | 0 | 0.22 | 0.32 | 0 | 19.26 | 1 | 0.84 |
| Hex | FF | C8 | AE | 0 | 16 | 20 | 0 | 13 | 64 | 54 |
| Octal | 377 | 310 | 256 | 0 | 26 | 40 | 0 | 23 | 144 | 124 |
| Binary | 11111111 | 11001000 | 10101110 | 0 | 10110 | 100000 | 0 | 10011 | 1100100 | 1010100 |
Color Harmonies of #FFC8AE
Complementary color
Monochromatic Colors of #FFC8AE
Black with #FFC8AE
Text Example
Text Example
White with #FFC8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8AE; }
p { color: rgb(255,200,174); }
H1.HeaderClassName
{
color: #FFC8AE;
}
.AnyTagClassName
{
color: #FFC8AE;
}
</style>
background-color css
<style>
a { background-color: #FFC8AE; }
a { background-color: rgb(255,200,174); }
div.DivClassName
{
background-color: #FFC8AE;
}
.BgClassName
{
background-color: #FFC8AE;
}
</style>
border-color css
<style>
span { border-color: #FFC8AE; }
span { border-color: rgb(255,200,174); }
td.TdClassName
{
border-color: #FFC8AE;
}
.TagClassName
{
border-color: #FFC8AE;
}
</style>