Shades of Apricot #FBCAB2
Tints of Apricot #FBCAB2
RGB
CMYK
RGB Variations
Color information
#FBCAB2 (or 0xFBCAB2) is known color: Apricot. HEX triplet: FB, CA and B2. RGB value is (251,202,178). Sum of RGB (Red+Green+Blue) = 251+202+178=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAB2 is #04354D. Grayscale: #D6D6D6. Windows color (decimal): -275790 or 11717371. OLE color: 11717371.
HSL color Cylindrical-coordinate representation of color #FBCAB2: hue angle of 19.73º 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 #FBCAB2 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 178 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.02 |
| HSL | 19.73º | 0.9% | 0.84% | - |
| HSV(B) | 19.73º | 0.29% | 0.98% | - |
| XYZ | 68.94 | 65.96 | 51.22 | - |
| YUV | 213.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 178 | 0 | 0.20 | 0.29 | 0.02 | 19.73 | 0.9 | 0.84 |
| Hex | FB | CA | B2 | 0 | 14 | 1D | 2 | 14 | 5A | 54 |
| Octal | 373 | 312 | 262 | 0 | 24 | 35 | 2 | 24 | 132 | 124 |
| Binary | 11111011 | 11001010 | 10110010 | 0 | 10100 | 11101 | 10 | 10100 | 1011010 | 1010100 |
Color Harmonies of #FBCAB2
Complementary color
Monochromatic Colors of #FBCAB2
Black with #FBCAB2
Text Example
Text Example
White with #FBCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAB2; }
p { color: rgb(251,202,178); }
H1.HeaderClassName
{
color: #FBCAB2;
}
.AnyTagClassName
{
color: #FBCAB2;
}
</style>
background-color css
<style>
a { background-color: #FBCAB2; }
a { background-color: rgb(251,202,178); }
div.DivClassName
{
background-color: #FBCAB2;
}
.BgClassName
{
background-color: #FBCAB2;
}
</style>
border-color css
<style>
span { border-color: #FBCAB2; }
span { border-color: rgb(251,202,178); }
td.TdClassName
{
border-color: #FBCAB2;
}
.TagClassName
{
border-color: #FBCAB2;
}
</style>