Shades of Apricot #F7CFB2
Tints of Apricot #F7CFB2
RGB
CMYK
RGB Variations
Color information
#F7CFB2 (or 0xF7CFB2) is known color: Apricot. HEX triplet: F7, CF and B2. RGB value is (247,207,178). Sum of RGB (Red+Green+Blue) = 247+207+178=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CFB2 is #08304D. Grayscale: #D7D7D7. Windows color (decimal): -536654 or 11718647. OLE color: 11718647.
HSL color Cylindrical-coordinate representation of color #F7CFB2: hue angle of 25.22º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7CFB2 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 178 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.03 |
| HSL | 25.22º | 0.81% | 0.83% | - |
| HSV(B) | 25.22º | 0.28% | 0.97% | - |
| XYZ | 68.71 | 67.61 | 51.55 | - |
| YUV | 215.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 178 | 0 | 0.16 | 0.28 | 0.03 | 25.22 | 0.81 | 0.83 |
| Hex | F7 | CF | B2 | 0 | 10 | 1C | 3 | 19 | 51 | 53 |
| Octal | 367 | 317 | 262 | 0 | 20 | 34 | 3 | 31 | 121 | 123 |
| Binary | 11110111 | 11001111 | 10110010 | 0 | 10000 | 11100 | 11 | 11001 | 1010001 | 1010011 |
Color Harmonies of #F7CFB2
Complementary color
Monochromatic Colors of #F7CFB2
Black with #F7CFB2
Text Example
Text Example
White with #F7CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFB2; }
p { color: rgb(247,207,178); }
H1.HeaderClassName
{
color: #F7CFB2;
}
.AnyTagClassName
{
color: #F7CFB2;
}
</style>
background-color css
<style>
a { background-color: #F7CFB2; }
a { background-color: rgb(247,207,178); }
div.DivClassName
{
background-color: #F7CFB2;
}
.BgClassName
{
background-color: #F7CFB2;
}
</style>
border-color css
<style>
span { border-color: #F7CFB2; }
span { border-color: rgb(247,207,178); }
td.TdClassName
{
border-color: #F7CFB2;
}
.TagClassName
{
border-color: #F7CFB2;
}
</style>