Shades of Apricot #F8C9B2
Tints of Apricot #F8C9B2
RGB
CMYK
RGB Variations
Color information
#F8C9B2 (or 0xF8C9B2) is known color: Apricot. HEX triplet: F8, C9 and B2. RGB value is (248,201,178). Sum of RGB (Red+Green+Blue) = 248+201+178=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C9B2 is #07364D. Grayscale: #D4D4D4. Windows color (decimal): -472654 or 11717112. OLE color: 11717112.
HSL color Cylindrical-coordinate representation of color #F8C9B2: hue angle of 19.71º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8C9B2 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 178 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.03 |
| HSL | 19.71º | 0.83% | 0.84% | - |
| HSV(B) | 19.71º | 0.28% | 0.97% | - |
| XYZ | 67.63 | 64.94 | 51.09 | - |
| YUV | 212.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 178 | 0 | 0.19 | 0.28 | 0.03 | 19.71 | 0.83 | 0.84 |
| Hex | F8 | C9 | B2 | 0 | 13 | 1C | 3 | 14 | 53 | 54 |
| Octal | 370 | 311 | 262 | 0 | 23 | 34 | 3 | 24 | 123 | 124 |
| Binary | 11111000 | 11001001 | 10110010 | 0 | 10011 | 11100 | 11 | 10100 | 1010011 | 1010100 |
Color Harmonies of #F8C9B2
Complementary color
Monochromatic Colors of #F8C9B2
Black with #F8C9B2
Text Example
Text Example
White with #F8C9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C9B2; }
p { color: rgb(248,201,178); }
H1.HeaderClassName
{
color: #F8C9B2;
}
.AnyTagClassName
{
color: #F8C9B2;
}
</style>
background-color css
<style>
a { background-color: #F8C9B2; }
a { background-color: rgb(248,201,178); }
div.DivClassName
{
background-color: #F8C9B2;
}
.BgClassName
{
background-color: #F8C9B2;
}
</style>
border-color css
<style>
span { border-color: #F8C9B2; }
span { border-color: rgb(248,201,178); }
td.TdClassName
{
border-color: #F8C9B2;
}
.TagClassName
{
border-color: #F8C9B2;
}
</style>