Shades of Apricot #FFC8AB
Tints of Apricot #FFC8AB
RGB
CMYK
RGB Variations
Color information
#FFC8AB (or 0xFFC8AB) is known color: Apricot. HEX triplet: FF, C8 and AB. RGB value is (255,200,171). Sum of RGB (Red+Green+Blue) = 255+200+171=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8AB is #003754. Grayscale: #D5D5D5. Windows color (decimal): -14165 or 11258111. OLE color: 11258111.
HSL color Cylindrical-coordinate representation of color #FFC8AB: hue angle of 20.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFC8AB is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 171 | - |
| CMYK | 0 | 0.22 | 0.33 | 0 |
| HSL | 20.71º | 1% | 0.84% | - |
| HSV(B) | 20.71º | 0.33% | 1% | - |
| XYZ | 69.24 | 65.51 | 47.52 | - |
| YUV | 213.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 171 | 0 | 0.22 | 0.33 | 0 | 20.71 | 1 | 0.84 |
| Hex | FF | C8 | AB | 0 | 16 | 21 | 0 | 15 | 64 | 54 |
| Octal | 377 | 310 | 253 | 0 | 26 | 41 | 0 | 25 | 144 | 124 |
| Binary | 11111111 | 11001000 | 10101011 | 0 | 10110 | 100001 | 0 | 10101 | 1100100 | 1010100 |
Color Harmonies of #FFC8AB
Complementary color
Monochromatic Colors of #FFC8AB
Black with #FFC8AB
Text Example
Text Example
White with #FFC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8AB; }
p { color: rgb(255,200,171); }
H1.HeaderClassName
{
color: #FFC8AB;
}
.AnyTagClassName
{
color: #FFC8AB;
}
</style>
background-color css
<style>
a { background-color: #FFC8AB; }
a { background-color: rgb(255,200,171); }
div.DivClassName
{
background-color: #FFC8AB;
}
.BgClassName
{
background-color: #FFC8AB;
}
</style>
border-color css
<style>
span { border-color: #FFC8AB; }
span { border-color: rgb(255,200,171); }
td.TdClassName
{
border-color: #FFC8AB;
}
.TagClassName
{
border-color: #FFC8AB;
}
</style>