Shades of Apricot #F8CEB2
Tints of Apricot #F8CEB2
RGB
CMYK
RGB Variations
Color information
#F8CEB2 (or 0xF8CEB2) is known color: Apricot. HEX triplet: F8, CE and B2. RGB value is (248,206,178). Sum of RGB (Red+Green+Blue) = 248+206+178=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CEB2 is #07314D. Grayscale: #D7D7D7. Windows color (decimal): -471374 or 11718392. OLE color: 11718392.
HSL color Cylindrical-coordinate representation of color #F8CEB2: hue angle of 24º 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 #F8CEB2 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 178 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.03 |
| HSL | 24º | 0.83% | 0.84% | - |
| HSV(B) | 24º | 0.28% | 0.97% | - |
| XYZ | 68.82 | 67.31 | 51.49 | - |
| YUV | 215.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 178 | 0 | 0.17 | 0.28 | 0.03 | 24 | 0.83 | 0.84 |
| Hex | F8 | CE | B2 | 0 | 11 | 1C | 3 | 18 | 53 | 54 |
| Octal | 370 | 316 | 262 | 0 | 21 | 34 | 3 | 30 | 123 | 124 |
| Binary | 11111000 | 11001110 | 10110010 | 0 | 10001 | 11100 | 11 | 11000 | 1010011 | 1010100 |
Color Harmonies of #F8CEB2
Complementary color
Monochromatic Colors of #F8CEB2
Black with #F8CEB2
Text Example
Text Example
White with #F8CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEB2; }
p { color: rgb(248,206,178); }
H1.HeaderClassName
{
color: #F8CEB2;
}
.AnyTagClassName
{
color: #F8CEB2;
}
</style>
background-color css
<style>
a { background-color: #F8CEB2; }
a { background-color: rgb(248,206,178); }
div.DivClassName
{
background-color: #F8CEB2;
}
.BgClassName
{
background-color: #F8CEB2;
}
</style>
border-color css
<style>
span { border-color: #F8CEB2; }
span { border-color: rgb(248,206,178); }
td.TdClassName
{
border-color: #F8CEB2;
}
.TagClassName
{
border-color: #F8CEB2;
}
</style>