Shades of Apricot #FBCAB0
Tints of Apricot #FBCAB0
RGB
CMYK
RGB Variations
Color information
#FBCAB0 (or 0xFBCAB0) is known color: Apricot. HEX triplet: FB, CA and B0. RGB value is (251,202,176). Sum of RGB (Red+Green+Blue) = 251+202+176=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAB0 is #04354F. Grayscale: #D5D5D5. Windows color (decimal): -275792 or 11586299. OLE color: 11586299.
HSL color Cylindrical-coordinate representation of color #FBCAB0: hue angle of 20.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBCAB0 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 176 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.02 |
| HSL | 20.8º | 0.9% | 0.84% | - |
| HSV(B) | 20.8º | 0.3% | 0.98% | - |
| XYZ | 68.74 | 65.88 | 50.17 | - |
| YUV | 213.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 176 | 0 | 0.20 | 0.30 | 0.02 | 20.8 | 0.9 | 0.84 |
| Hex | FB | CA | B0 | 0 | 14 | 1E | 2 | 15 | 5A | 54 |
| Octal | 373 | 312 | 260 | 0 | 24 | 36 | 2 | 25 | 132 | 124 |
| Binary | 11111011 | 11001010 | 10110000 | 0 | 10100 | 11110 | 10 | 10101 | 1011010 | 1010100 |
Color Harmonies of #FBCAB0
Complementary color
Monochromatic Colors of #FBCAB0
Black with #FBCAB0
Text Example
Text Example
White with #FBCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAB0; }
p { color: rgb(251,202,176); }
H1.HeaderClassName
{
color: #FBCAB0;
}
.AnyTagClassName
{
color: #FBCAB0;
}
</style>
background-color css
<style>
a { background-color: #FBCAB0; }
a { background-color: rgb(251,202,176); }
div.DivClassName
{
background-color: #FBCAB0;
}
.BgClassName
{
background-color: #FBCAB0;
}
</style>
border-color css
<style>
span { border-color: #FBCAB0; }
span { border-color: rgb(251,202,176); }
td.TdClassName
{
border-color: #FBCAB0;
}
.TagClassName
{
border-color: #FBCAB0;
}
</style>