Shades of Apricot #FFC5AB
Tints of Apricot #FFC5AB
RGB
CMYK
RGB Variations
Color information
#FFC5AB (or 0xFFC5AB) is known color: Apricot. HEX triplet: FF, C5 and AB. RGB value is (255,197,171). Sum of RGB (Red+Green+Blue) = 255+197+171=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5AB is #003A54. Grayscale: #D3D3D3. Windows color (decimal): -14933 or 11257343. OLE color: 11257343.
HSL color Cylindrical-coordinate representation of color #FFC5AB: hue angle of 18.57º 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 #FFC5AB is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 171 | - |
| CMYK | 0 | 0.23 | 0.33 | 0 |
| HSL | 18.57º | 1% | 0.84% | - |
| HSV(B) | 18.57º | 0.33% | 1% | - |
| XYZ | 68.56 | 64.13 | 47.29 | - |
| YUV | 211.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 171 | 0 | 0.23 | 0.33 | 0 | 18.57 | 1 | 0.84 |
| Hex | FF | C5 | AB | 0 | 17 | 21 | 0 | 13 | 64 | 54 |
| Octal | 377 | 305 | 253 | 0 | 27 | 41 | 0 | 23 | 144 | 124 |
| Binary | 11111111 | 11000101 | 10101011 | 0 | 10111 | 100001 | 0 | 10011 | 1100100 | 1010100 |
Color Harmonies of #FFC5AB
Complementary color
Monochromatic Colors of #FFC5AB
Black with #FFC5AB
Text Example
Text Example
White with #FFC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5AB; }
p { color: rgb(255,197,171); }
H1.HeaderClassName
{
color: #FFC5AB;
}
.AnyTagClassName
{
color: #FFC5AB;
}
</style>
background-color css
<style>
a { background-color: #FFC5AB; }
a { background-color: rgb(255,197,171); }
div.DivClassName
{
background-color: #FFC5AB;
}
.BgClassName
{
background-color: #FFC5AB;
}
</style>
border-color css
<style>
span { border-color: #FFC5AB; }
span { border-color: rgb(255,197,171); }
td.TdClassName
{
border-color: #FFC5AB;
}
.TagClassName
{
border-color: #FFC5AB;
}
</style>