Shades of Apricot #FBC8AF
Tints of Apricot #FBC8AF
RGB
CMYK
RGB Variations
Color information
#FBC8AF (or 0xFBC8AF) is known color: Apricot. HEX triplet: FB, C8 and AF. RGB value is (251,200,175). Sum of RGB (Red+Green+Blue) = 251+200+175=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC8AF is #043750. Grayscale: #D4D4D4. Windows color (decimal): -276305 or 11520251. OLE color: 11520251.
HSL color Cylindrical-coordinate representation of color #FBC8AF: hue angle of 19.74º 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 #FBC8AF is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 175 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.02 |
| HSL | 19.74º | 0.9% | 0.84% | - |
| HSV(B) | 19.74º | 0.3% | 0.98% | - |
| XYZ | 68.18 | 64.91 | 49.49 | - |
| YUV | 212.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 175 | 0 | 0.20 | 0.30 | 0.02 | 19.74 | 0.9 | 0.84 |
| Hex | FB | C8 | AF | 0 | 14 | 1E | 2 | 14 | 5A | 54 |
| Octal | 373 | 310 | 257 | 0 | 24 | 36 | 2 | 24 | 132 | 124 |
| Binary | 11111011 | 11001000 | 10101111 | 0 | 10100 | 11110 | 10 | 10100 | 1011010 | 1010100 |
Color Harmonies of #FBC8AF
Complementary color
Monochromatic Colors of #FBC8AF
Black with #FBC8AF
Text Example
Text Example
White with #FBC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8AF; }
p { color: rgb(251,200,175); }
H1.HeaderClassName
{
color: #FBC8AF;
}
.AnyTagClassName
{
color: #FBC8AF;
}
</style>
background-color css
<style>
a { background-color: #FBC8AF; }
a { background-color: rgb(251,200,175); }
div.DivClassName
{
background-color: #FBC8AF;
}
.BgClassName
{
background-color: #FBC8AF;
}
</style>
border-color css
<style>
span { border-color: #FBC8AF; }
span { border-color: rgb(251,200,175); }
td.TdClassName
{
border-color: #FBC8AF;
}
.TagClassName
{
border-color: #FBC8AF;
}
</style>