Shades of Apricot #FBC8B5
Tints of Apricot #FBC8B5
RGB
CMYK
RGB Variations
Color information
#FBC8B5 (or 0xFBC8B5) is known color: Apricot. HEX triplet: FB, C8 and B5. RGB value is (251,200,181). Sum of RGB (Red+Green+Blue) = 251+200+181=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8B5 is #04374A. Grayscale: #D5D5D5. Windows color (decimal): -276299 or 11913467. OLE color: 11913467.
HSL color Cylindrical-coordinate representation of color #FBC8B5: hue angle of 16.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBC8B5 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 181 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.02 |
| HSL | 16.29º | 0.9% | 0.85% | - |
| HSV(B) | 16.29º | 0.28% | 0.98% | - |
| XYZ | 68.78 | 65.15 | 52.67 | - |
| YUV | 213.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 181 | 0 | 0.20 | 0.28 | 0.02 | 16.29 | 0.9 | 0.85 |
| Hex | FB | C8 | B5 | 0 | 14 | 1C | 2 | 10 | 5A | 55 |
| Octal | 373 | 310 | 265 | 0 | 24 | 34 | 2 | 20 | 132 | 125 |
| Binary | 11111011 | 11001000 | 10110101 | 0 | 10100 | 11100 | 10 | 10000 | 1011010 | 1010101 |
Color Harmonies of #FBC8B5
Complementary color
Monochromatic Colors of #FBC8B5
Black with #FBC8B5
Text Example
Text Example
White with #FBC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8B5; }
p { color: rgb(251,200,181); }
H1.HeaderClassName
{
color: #FBC8B5;
}
.AnyTagClassName
{
color: #FBC8B5;
}
</style>
background-color css
<style>
a { background-color: #FBC8B5; }
a { background-color: rgb(251,200,181); }
div.DivClassName
{
background-color: #FBC8B5;
}
.BgClassName
{
background-color: #FBC8B5;
}
</style>
border-color css
<style>
span { border-color: #FBC8B5; }
span { border-color: rgb(251,200,181); }
td.TdClassName
{
border-color: #FBC8B5;
}
.TagClassName
{
border-color: #FBC8B5;
}
</style>