Shades of Apricot #F8CFB6
Tints of Apricot #F8CFB6
RGB
CMYK
RGB Variations
Color information
#F8CFB6 (or 0xF8CFB6) is known color: Apricot. HEX triplet: F8, CF and B6. RGB value is (248,207,182). Sum of RGB (Red+Green+Blue) = 248+207+182=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFB6 is #073049. Grayscale: #D8D8D8. Windows color (decimal): -471114 or 11980792. OLE color: 11980792.
HSL color Cylindrical-coordinate representation of color #F8CFB6: hue angle of 22.73º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8CFB6 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 182 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.03 |
| HSL | 22.73º | 0.83% | 0.84% | - |
| HSV(B) | 22.73º | 0.27% | 0.97% | - |
| XYZ | 69.47 | 67.96 | 53.71 | - |
| YUV | 216.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 182 | 0 | 0.17 | 0.27 | 0.03 | 22.73 | 0.83 | 0.84 |
| Hex | F8 | CF | B6 | 0 | 11 | 1B | 3 | 17 | 52 | 54 |
| Octal | 370 | 317 | 266 | 0 | 21 | 33 | 3 | 27 | 122 | 124 |
| Binary | 11111000 | 11001111 | 10110110 | 0 | 10001 | 11011 | 11 | 10111 | 1010010 | 1010100 |
Color Harmonies of #F8CFB6
Complementary color
Monochromatic Colors of #F8CFB6
Black with #F8CFB6
Text Example
Text Example
White with #F8CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFB6; }
p { color: rgb(248,207,182); }
H1.HeaderClassName
{
color: #F8CFB6;
}
.AnyTagClassName
{
color: #F8CFB6;
}
</style>
background-color css
<style>
a { background-color: #F8CFB6; }
a { background-color: rgb(248,207,182); }
div.DivClassName
{
background-color: #F8CFB6;
}
.BgClassName
{
background-color: #F8CFB6;
}
</style>
border-color css
<style>
span { border-color: #F8CFB6; }
span { border-color: rgb(248,207,182); }
td.TdClassName
{
border-color: #F8CFB6;
}
.TagClassName
{
border-color: #F8CFB6;
}
</style>