Shades of Apricot #FBCCAB
Tints of Apricot #FBCCAB
RGB
CMYK
RGB Variations
Color information
#FBCCAB (or 0xFBCCAB) is known color: Apricot. HEX triplet: FB, CC and AB. RGB value is (251,204,171). Sum of RGB (Red+Green+Blue) = 251+204+171=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCCAB is #043354. Grayscale: #D6D6D6. Windows color (decimal): -275285 or 11259131. OLE color: 11259131.
HSL color Cylindrical-coordinate representation of color #FBCCAB: hue angle of 24.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBCCAB is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 171 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.02 |
| HSL | 24.75º | 0.91% | 0.83% | - |
| HSV(B) | 24.75º | 0.32% | 0.98% | - |
| XYZ | 68.73 | 66.64 | 47.77 | - |
| YUV | 214.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 171 | 0 | 0.19 | 0.32 | 0.02 | 24.75 | 0.91 | 0.83 |
| Hex | FB | CC | AB | 0 | 13 | 20 | 2 | 19 | 5B | 53 |
| Octal | 373 | 314 | 253 | 0 | 23 | 40 | 2 | 31 | 133 | 123 |
| Binary | 11111011 | 11001100 | 10101011 | 0 | 10011 | 100000 | 10 | 11001 | 1011011 | 1010011 |
Color Harmonies of #FBCCAB
Complementary color
Monochromatic Colors of #FBCCAB
Black with #FBCCAB
Text Example
Text Example
White with #FBCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCAB; }
p { color: rgb(251,204,171); }
H1.HeaderClassName
{
color: #FBCCAB;
}
.AnyTagClassName
{
color: #FBCCAB;
}
</style>
background-color css
<style>
a { background-color: #FBCCAB; }
a { background-color: rgb(251,204,171); }
div.DivClassName
{
background-color: #FBCCAB;
}
.BgClassName
{
background-color: #FBCCAB;
}
</style>
border-color css
<style>
span { border-color: #FBCCAB; }
span { border-color: rgb(251,204,171); }
td.TdClassName
{
border-color: #FBCCAB;
}
.TagClassName
{
border-color: #FBCCAB;
}
</style>