Shades of Apricot #F7CFB7
Tints of Apricot #F7CFB7
RGB
CMYK
RGB Variations
Color information
#F7CFB7 (or 0xF7CFB7) is known color: Apricot. HEX triplet: F7, CF and B7. RGB value is (247,207,183). Sum of RGB (Red+Green+Blue) = 247+207+183=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 183 (71.88% from 255 or 28.73% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFB7 is #083048. Grayscale: #D8D8D8. Windows color (decimal): -536649 or 12046327. OLE color: 12046327.
HSL color Cylindrical-coordinate representation of color #F7CFB7: hue angle of 22.5º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7CFB7 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 183 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.03 |
| HSL | 22.5º | 0.8% | 0.84% | - |
| HSV(B) | 22.5º | 0.26% | 0.97% | - |
| XYZ | 69.22 | 67.82 | 54.24 | - |
| YUV | 216.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 183 | 0 | 0.16 | 0.26 | 0.03 | 22.5 | 0.8 | 0.84 |
| Hex | F7 | CF | B7 | 0 | 10 | 1A | 3 | 16 | 50 | 54 |
| Octal | 367 | 317 | 267 | 0 | 20 | 32 | 3 | 26 | 120 | 124 |
| Binary | 11110111 | 11001111 | 10110111 | 0 | 10000 | 11010 | 11 | 10110 | 1010000 | 1010100 |
Color Harmonies of #F7CFB7
Complementary color
Monochromatic Colors of #F7CFB7
Black with #F7CFB7
Text Example
Text Example
White with #F7CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFB7; }
p { color: rgb(247,207,183); }
H1.HeaderClassName
{
color: #F7CFB7;
}
.AnyTagClassName
{
color: #F7CFB7;
}
</style>
background-color css
<style>
a { background-color: #F7CFB7; }
a { background-color: rgb(247,207,183); }
div.DivClassName
{
background-color: #F7CFB7;
}
.BgClassName
{
background-color: #F7CFB7;
}
</style>
border-color css
<style>
span { border-color: #F7CFB7; }
span { border-color: rgb(247,207,183); }
td.TdClassName
{
border-color: #F7CFB7;
}
.TagClassName
{
border-color: #F7CFB7;
}
</style>