Shades of Apricot #FBC7B4
Tints of Apricot #FBC7B4
RGB
CMYK
RGB Variations
Color information
#FBC7B4 (or 0xFBC7B4) is known color: Apricot. HEX triplet: FB, C7 and B4. RGB value is (251,199,180). Sum of RGB (Red+Green+Blue) = 251+199+180=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7B4 is #04384B. Grayscale: #D4D4D4. Windows color (decimal): -276556 or 11847675. OLE color: 11847675.
HSL color Cylindrical-coordinate representation of color #FBC7B4: hue angle of 16.06º 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 #FBC7B4 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 180 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.02 |
| HSL | 16.06º | 0.9% | 0.85% | - |
| HSV(B) | 16.06º | 0.28% | 0.98% | - |
| XYZ | 68.45 | 64.65 | 52.05 | - |
| YUV | 212.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 180 | 0 | 0.21 | 0.28 | 0.02 | 16.06 | 0.9 | 0.85 |
| Hex | FB | C7 | B4 | 0 | 15 | 1C | 2 | 10 | 5A | 55 |
| Octal | 373 | 307 | 264 | 0 | 25 | 34 | 2 | 20 | 132 | 125 |
| Binary | 11111011 | 11000111 | 10110100 | 0 | 10101 | 11100 | 10 | 10000 | 1011010 | 1010101 |
Color Harmonies of #FBC7B4
Complementary color
Monochromatic Colors of #FBC7B4
Black with #FBC7B4
Text Example
Text Example
White with #FBC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7B4; }
p { color: rgb(251,199,180); }
H1.HeaderClassName
{
color: #FBC7B4;
}
.AnyTagClassName
{
color: #FBC7B4;
}
</style>
background-color css
<style>
a { background-color: #FBC7B4; }
a { background-color: rgb(251,199,180); }
div.DivClassName
{
background-color: #FBC7B4;
}
.BgClassName
{
background-color: #FBC7B4;
}
</style>
border-color css
<style>
span { border-color: #FBC7B4; }
span { border-color: rgb(251,199,180); }
td.TdClassName
{
border-color: #FBC7B4;
}
.TagClassName
{
border-color: #FBC7B4;
}
</style>