Shades of Apricot #FBCAAB
Tints of Apricot #FBCAAB
RGB
CMYK
RGB Variations
Color information
#FBCAAB (or 0xFBCAAB) is known color: Apricot. HEX triplet: FB, CA and AB. RGB value is (251,202,171). Sum of RGB (Red+Green+Blue) = 251+202+171=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAAB is #043554. Grayscale: #D5D5D5. Windows color (decimal): -275797 or 11258619. OLE color: 11258619.
HSL color Cylindrical-coordinate representation of color #FBCAAB: hue angle of 23.25º 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 #FBCAAB is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 171 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.02 |
| HSL | 23.25º | 0.91% | 0.83% | - |
| HSV(B) | 23.25º | 0.32% | 0.98% | - |
| XYZ | 68.25 | 65.69 | 47.61 | - |
| YUV | 213.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 171 | 0 | 0.20 | 0.32 | 0.02 | 23.25 | 0.91 | 0.83 |
| Hex | FB | CA | AB | 0 | 14 | 20 | 2 | 17 | 5B | 53 |
| Octal | 373 | 312 | 253 | 0 | 24 | 40 | 2 | 27 | 133 | 123 |
| Binary | 11111011 | 11001010 | 10101011 | 0 | 10100 | 100000 | 10 | 10111 | 1011011 | 1010011 |
Color Harmonies of #FBCAAB
Complementary color
Monochromatic Colors of #FBCAAB
Black with #FBCAAB
Text Example
Text Example
White with #FBCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAAB; }
p { color: rgb(251,202,171); }
H1.HeaderClassName
{
color: #FBCAAB;
}
.AnyTagClassName
{
color: #FBCAAB;
}
</style>
background-color css
<style>
a { background-color: #FBCAAB; }
a { background-color: rgb(251,202,171); }
div.DivClassName
{
background-color: #FBCAAB;
}
.BgClassName
{
background-color: #FBCAAB;
}
</style>
border-color css
<style>
span { border-color: #FBCAAB; }
span { border-color: rgb(251,202,171); }
td.TdClassName
{
border-color: #FBCAAB;
}
.TagClassName
{
border-color: #FBCAAB;
}
</style>