Shades of Apricot #F8CEB0
Tints of Apricot #F8CEB0
RGB
CMYK
RGB Variations
Color information
#F8CEB0 (or 0xF8CEB0) is known color: Apricot. HEX triplet: F8, CE and B0. RGB value is (248,206,176). Sum of RGB (Red+Green+Blue) = 248+206+176=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CEB0 is #07314F. Grayscale: #D7D7D7. Windows color (decimal): -471376 or 11587320. OLE color: 11587320.
HSL color Cylindrical-coordinate representation of color #F8CEB0: hue angle of 25º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8CEB0 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 176 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.03 |
| HSL | 25º | 0.84% | 0.83% | - |
| HSV(B) | 25º | 0.29% | 0.97% | - |
| XYZ | 68.62 | 67.23 | 50.44 | - |
| YUV | 215.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 176 | 0 | 0.17 | 0.29 | 0.03 | 25 | 0.84 | 0.83 |
| Hex | F8 | CE | B0 | 0 | 11 | 1D | 3 | 19 | 54 | 53 |
| Octal | 370 | 316 | 260 | 0 | 21 | 35 | 3 | 31 | 124 | 123 |
| Binary | 11111000 | 11001110 | 10110000 | 0 | 10001 | 11101 | 11 | 11001 | 1010100 | 1010011 |
Color Harmonies of #F8CEB0
Complementary color
Monochromatic Colors of #F8CEB0
Black with #F8CEB0
Text Example
Text Example
White with #F8CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEB0; }
p { color: rgb(248,206,176); }
H1.HeaderClassName
{
color: #F8CEB0;
}
.AnyTagClassName
{
color: #F8CEB0;
}
</style>
background-color css
<style>
a { background-color: #F8CEB0; }
a { background-color: rgb(248,206,176); }
div.DivClassName
{
background-color: #F8CEB0;
}
.BgClassName
{
background-color: #F8CEB0;
}
</style>
border-color css
<style>
span { border-color: #F8CEB0; }
span { border-color: rgb(248,206,176); }
td.TdClassName
{
border-color: #F8CEB0;
}
.TagClassName
{
border-color: #F8CEB0;
}
</style>