Shades of Apricot #F8CAAB
Tints of Apricot #F8CAAB
RGB
CMYK
RGB Variations
Color information
#F8CAAB (or 0xF8CAAB) is known color: Apricot. HEX triplet: F8, CA and AB. RGB value is (248,202,171). Sum of RGB (Red+Green+Blue) = 248+202+171=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CAAB is #073554. Grayscale: #D4D4D4. Windows color (decimal): -472405 or 11258616. OLE color: 11258616.
HSL color Cylindrical-coordinate representation of color #F8CAAB: hue angle of 24.16º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8CAAB is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 171 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.03 |
| HSL | 24.16º | 0.85% | 0.82% | - |
| HSV(B) | 24.16º | 0.31% | 0.97% | - |
| XYZ | 67.18 | 65.14 | 47.56 | - |
| YUV | 212.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 171 | 0 | 0.19 | 0.31 | 0.03 | 24.16 | 0.85 | 0.82 |
| Hex | F8 | CA | AB | 0 | 13 | 1F | 3 | 18 | 55 | 52 |
| Octal | 370 | 312 | 253 | 0 | 23 | 37 | 3 | 30 | 125 | 122 |
| Binary | 11111000 | 11001010 | 10101011 | 0 | 10011 | 11111 | 11 | 11000 | 1010101 | 1010010 |
Color Harmonies of #F8CAAB
Complementary color
Monochromatic Colors of #F8CAAB
Black with #F8CAAB
Text Example
Text Example
White with #F8CAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAAB; }
p { color: rgb(248,202,171); }
H1.HeaderClassName
{
color: #F8CAAB;
}
.AnyTagClassName
{
color: #F8CAAB;
}
</style>
background-color css
<style>
a { background-color: #F8CAAB; }
a { background-color: rgb(248,202,171); }
div.DivClassName
{
background-color: #F8CAAB;
}
.BgClassName
{
background-color: #F8CAAB;
}
</style>
border-color css
<style>
span { border-color: #F8CAAB; }
span { border-color: rgb(248,202,171); }
td.TdClassName
{
border-color: #F8CAAB;
}
.TagClassName
{
border-color: #F8CAAB;
}
</style>