Shades of Apricot #FBC5AB
Tints of Apricot #FBC5AB
RGB
CMYK
RGB Variations
Color information
#FBC5AB (or 0xFBC5AB) is known color: Apricot. HEX triplet: FB, C5 and AB. RGB value is (251,197,171). Sum of RGB (Red+Green+Blue) = 251+197+171=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5AB is #043A54. Grayscale: #D2D2D2. Windows color (decimal): -277077 or 11257339. OLE color: 11257339.
HSL color Cylindrical-coordinate representation of color #FBC5AB: hue angle of 19.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBC5AB is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 171 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.02 |
| HSL | 19.5º | 0.91% | 0.83% | - |
| HSV(B) | 19.5º | 0.32% | 0.98% | - |
| XYZ | 67.1 | 63.38 | 47.23 | - |
| YUV | 210.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 171 | 0 | 0.22 | 0.32 | 0.02 | 19.5 | 0.91 | 0.83 |
| Hex | FB | C5 | AB | 0 | 16 | 20 | 2 | 14 | 5B | 53 |
| Octal | 373 | 305 | 253 | 0 | 26 | 40 | 2 | 24 | 133 | 123 |
| Binary | 11111011 | 11000101 | 10101011 | 0 | 10110 | 100000 | 10 | 10100 | 1011011 | 1010011 |
Color Harmonies of #FBC5AB
Complementary color
Monochromatic Colors of #FBC5AB
Black with #FBC5AB
Text Example
Text Example
White with #FBC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5AB; }
p { color: rgb(251,197,171); }
H1.HeaderClassName
{
color: #FBC5AB;
}
.AnyTagClassName
{
color: #FBC5AB;
}
</style>
background-color css
<style>
a { background-color: #FBC5AB; }
a { background-color: rgb(251,197,171); }
div.DivClassName
{
background-color: #FBC5AB;
}
.BgClassName
{
background-color: #FBC5AB;
}
</style>
border-color css
<style>
span { border-color: #FBC5AB; }
span { border-color: rgb(251,197,171); }
td.TdClassName
{
border-color: #FBC5AB;
}
.TagClassName
{
border-color: #FBC5AB;
}
</style>