Shades of Apricot #FBCBB1
Tints of Apricot #FBCBB1
RGB
CMYK
RGB Variations
Color information
#FBCBB1 (or 0xFBCBB1) is known color: Apricot. HEX triplet: FB, CB and B1. RGB value is (251,203,177). Sum of RGB (Red+Green+Blue) = 251+203+177=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBB1 is #04344E. Grayscale: #D6D6D6. Windows color (decimal): -275535 or 11652091. OLE color: 11652091.
HSL color Cylindrical-coordinate representation of color #FBCBB1: hue angle of 21.08º 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 #FBCBB1 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 177 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.02 |
| HSL | 21.08º | 0.9% | 0.84% | - |
| HSV(B) | 21.08º | 0.29% | 0.98% | - |
| XYZ | 69.08 | 66.4 | 50.77 | - |
| YUV | 214.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 177 | 0 | 0.19 | 0.29 | 0.02 | 21.08 | 0.9 | 0.84 |
| Hex | FB | CB | B1 | 0 | 13 | 1D | 2 | 15 | 5A | 54 |
| Octal | 373 | 313 | 261 | 0 | 23 | 35 | 2 | 25 | 132 | 124 |
| Binary | 11111011 | 11001011 | 10110001 | 0 | 10011 | 11101 | 10 | 10101 | 1011010 | 1010100 |
Color Harmonies of #FBCBB1
Complementary color
Monochromatic Colors of #FBCBB1
Black with #FBCBB1
Text Example
Text Example
White with #FBCBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBB1; }
p { color: rgb(251,203,177); }
H1.HeaderClassName
{
color: #FBCBB1;
}
.AnyTagClassName
{
color: #FBCBB1;
}
</style>
background-color css
<style>
a { background-color: #FBCBB1; }
a { background-color: rgb(251,203,177); }
div.DivClassName
{
background-color: #FBCBB1;
}
.BgClassName
{
background-color: #FBCBB1;
}
</style>
border-color css
<style>
span { border-color: #FBCBB1; }
span { border-color: rgb(251,203,177); }
td.TdClassName
{
border-color: #FBCBB1;
}
.TagClassName
{
border-color: #FBCBB1;
}
</style>