Shades of Apricot #FBCAB1
Tints of Apricot #FBCAB1
RGB
CMYK
RGB Variations
Color information
#FBCAB1 (or 0xFBCAB1) is known color: Apricot. HEX triplet: FB, CA and B1. RGB value is (251,202,177). Sum of RGB (Red+Green+Blue) = 251+202+177=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAB1 is #04354E. Grayscale: #D5D5D5. Windows color (decimal): -275791 or 11651835. OLE color: 11651835.
HSL color Cylindrical-coordinate representation of color #FBCAB1: hue angle of 20.27º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBCAB1 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 177 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.02 |
| HSL | 20.27º | 0.9% | 0.84% | - |
| HSV(B) | 20.27º | 0.29% | 0.98% | - |
| XYZ | 68.84 | 65.92 | 50.69 | - |
| YUV | 213.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 177 | 0 | 0.20 | 0.29 | 0.02 | 20.27 | 0.9 | 0.84 |
| Hex | FB | CA | B1 | 0 | 14 | 1D | 2 | 14 | 5A | 54 |
| Octal | 373 | 312 | 261 | 0 | 24 | 35 | 2 | 24 | 132 | 124 |
| Binary | 11111011 | 11001010 | 10110001 | 0 | 10100 | 11101 | 10 | 10100 | 1011010 | 1010100 |
Color Harmonies of #FBCAB1
Complementary color
Monochromatic Colors of #FBCAB1
Black with #FBCAB1
Text Example
Text Example
White with #FBCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAB1; }
p { color: rgb(251,202,177); }
H1.HeaderClassName
{
color: #FBCAB1;
}
.AnyTagClassName
{
color: #FBCAB1;
}
</style>
background-color css
<style>
a { background-color: #FBCAB1; }
a { background-color: rgb(251,202,177); }
div.DivClassName
{
background-color: #FBCAB1;
}
.BgClassName
{
background-color: #FBCAB1;
}
</style>
border-color css
<style>
span { border-color: #FBCAB1; }
span { border-color: rgb(251,202,177); }
td.TdClassName
{
border-color: #FBCAB1;
}
.TagClassName
{
border-color: #FBCAB1;
}
</style>