Shades of Apricot #FBCBAC
Tints of Apricot #FBCBAC
RGB
CMYK
RGB Variations
Color information
#FBCBAC (or 0xFBCBAC) is known color: Apricot. HEX triplet: FB, CB and AC. RGB value is (251,203,172). Sum of RGB (Red+Green+Blue) = 251+203+172=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCBAC is #043453. Grayscale: #D5D5D5. Windows color (decimal): -275540 or 11324411. OLE color: 11324411.
HSL color Cylindrical-coordinate representation of color #FBCBAC: hue angle of 23.54º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBCBAC is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 172 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.02 |
| HSL | 23.54º | 0.91% | 0.83% | - |
| HSV(B) | 23.54º | 0.31% | 0.98% | - |
| XYZ | 68.59 | 66.2 | 48.19 | - |
| YUV | 213.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 172 | 0 | 0.19 | 0.31 | 0.02 | 23.54 | 0.91 | 0.83 |
| Hex | FB | CB | AC | 0 | 13 | 1F | 2 | 18 | 5B | 53 |
| Octal | 373 | 313 | 254 | 0 | 23 | 37 | 2 | 30 | 133 | 123 |
| Binary | 11111011 | 11001011 | 10101100 | 0 | 10011 | 11111 | 10 | 11000 | 1011011 | 1010011 |
Color Harmonies of #FBCBAC
Complementary color
Monochromatic Colors of #FBCBAC
Black with #FBCBAC
Text Example
Text Example
White with #FBCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBAC; }
p { color: rgb(251,203,172); }
H1.HeaderClassName
{
color: #FBCBAC;
}
.AnyTagClassName
{
color: #FBCBAC;
}
</style>
background-color css
<style>
a { background-color: #FBCBAC; }
a { background-color: rgb(251,203,172); }
div.DivClassName
{
background-color: #FBCBAC;
}
.BgClassName
{
background-color: #FBCBAC;
}
</style>
border-color css
<style>
span { border-color: #FBCBAC; }
span { border-color: rgb(251,203,172); }
td.TdClassName
{
border-color: #FBCBAC;
}
.TagClassName
{
border-color: #FBCBAC;
}
</style>