Shades of Apricot #F8CBAB
Tints of Apricot #F8CBAB
RGB
CMYK
RGB Variations
Color information
#F8CBAB (or 0xF8CBAB) is known color: Apricot. HEX triplet: F8, CB and AB. RGB value is (248,203,171). Sum of RGB (Red+Green+Blue) = 248+203+171=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBAB is #073454. Grayscale: #D4D4D4. Windows color (decimal): -472149 or 11258872. OLE color: 11258872.
HSL color Cylindrical-coordinate representation of color #F8CBAB: hue angle of 24.94º 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 #F8CBAB is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 171 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.03 |
| HSL | 24.94º | 0.85% | 0.82% | - |
| HSV(B) | 24.94º | 0.31% | 0.97% | - |
| XYZ | 67.42 | 65.61 | 47.64 | - |
| YUV | 212.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 171 | 0 | 0.18 | 0.31 | 0.03 | 24.94 | 0.85 | 0.82 |
| Hex | F8 | CB | AB | 0 | 12 | 1F | 3 | 19 | 55 | 52 |
| Octal | 370 | 313 | 253 | 0 | 22 | 37 | 3 | 31 | 125 | 122 |
| Binary | 11111000 | 11001011 | 10101011 | 0 | 10010 | 11111 | 11 | 11001 | 1010101 | 1010010 |
Color Harmonies of #F8CBAB
Complementary color
Monochromatic Colors of #F8CBAB
Black with #F8CBAB
Text Example
Text Example
White with #F8CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBAB; }
p { color: rgb(248,203,171); }
H1.HeaderClassName
{
color: #F8CBAB;
}
.AnyTagClassName
{
color: #F8CBAB;
}
</style>
background-color css
<style>
a { background-color: #F8CBAB; }
a { background-color: rgb(248,203,171); }
div.DivClassName
{
background-color: #F8CBAB;
}
.BgClassName
{
background-color: #F8CBAB;
}
</style>
border-color css
<style>
span { border-color: #F8CBAB; }
span { border-color: rgb(248,203,171); }
td.TdClassName
{
border-color: #F8CBAB;
}
.TagClassName
{
border-color: #F8CBAB;
}
</style>