Shades of Apricot #FBCAAF
Tints of Apricot #FBCAAF
RGB
CMYK
RGB Variations
Color information
#FBCAAF (or 0xFBCAAF) is known color: Apricot. HEX triplet: FB, CA and AF. RGB value is (251,202,175). Sum of RGB (Red+Green+Blue) = 251+202+175=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAAF is #043550. Grayscale: #D5D5D5. Windows color (decimal): -275793 or 11520763. OLE color: 11520763.
HSL color Cylindrical-coordinate representation of color #FBCAAF: hue angle of 21.32º 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 #FBCAAF is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 175 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.02 |
| HSL | 21.32º | 0.9% | 0.84% | - |
| HSV(B) | 21.32º | 0.3% | 0.98% | - |
| XYZ | 68.64 | 65.85 | 49.65 | - |
| YUV | 213.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 175 | 0 | 0.20 | 0.30 | 0.02 | 21.32 | 0.9 | 0.84 |
| Hex | FB | CA | AF | 0 | 14 | 1E | 2 | 15 | 5A | 54 |
| Octal | 373 | 312 | 257 | 0 | 24 | 36 | 2 | 25 | 132 | 124 |
| Binary | 11111011 | 11001010 | 10101111 | 0 | 10100 | 11110 | 10 | 10101 | 1011010 | 1010100 |
Color Harmonies of #FBCAAF
Complementary color
Monochromatic Colors of #FBCAAF
Black with #FBCAAF
Text Example
Text Example
White with #FBCAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAAF; }
p { color: rgb(251,202,175); }
H1.HeaderClassName
{
color: #FBCAAF;
}
.AnyTagClassName
{
color: #FBCAAF;
}
</style>
background-color css
<style>
a { background-color: #FBCAAF; }
a { background-color: rgb(251,202,175); }
div.DivClassName
{
background-color: #FBCAAF;
}
.BgClassName
{
background-color: #FBCAAF;
}
</style>
border-color css
<style>
span { border-color: #FBCAAF; }
span { border-color: rgb(251,202,175); }
td.TdClassName
{
border-color: #FBCAAF;
}
.TagClassName
{
border-color: #FBCAAF;
}
</style>