Shades of Apricot #F8CFB2
Tints of Apricot #F8CFB2
RGB
CMYK
RGB Variations
Color information
#F8CFB2 (or 0xF8CFB2) is known color: Apricot. HEX triplet: F8, CF and B2. RGB value is (248,207,178). Sum of RGB (Red+Green+Blue) = 248+207+178=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CFB2 is #07304D. Grayscale: #D8D8D8. Windows color (decimal): -471118 or 11718648. OLE color: 11718648.
HSL color Cylindrical-coordinate representation of color #F8CFB2: hue angle of 24.86º 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 #F8CFB2 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 178 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.03 |
| HSL | 24.86º | 0.83% | 0.84% | - |
| HSV(B) | 24.86º | 0.28% | 0.97% | - |
| XYZ | 69.06 | 67.8 | 51.57 | - |
| YUV | 215.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 178 | 0 | 0.17 | 0.28 | 0.03 | 24.86 | 0.83 | 0.84 |
| Hex | F8 | CF | B2 | 0 | 11 | 1C | 3 | 19 | 53 | 54 |
| Octal | 370 | 317 | 262 | 0 | 21 | 34 | 3 | 31 | 123 | 124 |
| Binary | 11111000 | 11001111 | 10110010 | 0 | 10001 | 11100 | 11 | 11001 | 1010011 | 1010100 |
Color Harmonies of #F8CFB2
Complementary color
Monochromatic Colors of #F8CFB2
Black with #F8CFB2
Text Example
Text Example
White with #F8CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFB2; }
p { color: rgb(248,207,178); }
H1.HeaderClassName
{
color: #F8CFB2;
}
.AnyTagClassName
{
color: #F8CFB2;
}
</style>
background-color css
<style>
a { background-color: #F8CFB2; }
a { background-color: rgb(248,207,178); }
div.DivClassName
{
background-color: #F8CFB2;
}
.BgClassName
{
background-color: #F8CFB2;
}
</style>
border-color css
<style>
span { border-color: #F8CFB2; }
span { border-color: rgb(248,207,178); }
td.TdClassName
{
border-color: #F8CFB2;
}
.TagClassName
{
border-color: #F8CFB2;
}
</style>