Shades of Apricot #F4CFAF
Tints of Apricot #F4CFAF
RGB
CMYK
RGB Variations
Color information
#F4CFAF (or 0xF4CFAF) is known color: Apricot. HEX triplet: F4, CF and AF. RGB value is (244,207,175). Sum of RGB (Red+Green+Blue) = 244+207+175=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CFAF is #0B3050. Grayscale: #D6D6D6. Windows color (decimal): -733265 or 11522036. OLE color: 11522036.
HSL color Cylindrical-coordinate representation of color #F4CFAF: hue angle of 27.83º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4CFAF is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 175 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.04 |
| HSL | 27.83º | 0.76% | 0.82% | - |
| HSV(B) | 27.83º | 0.28% | 0.96% | - |
| XYZ | 67.36 | 66.95 | 49.93 | - |
| YUV | 214.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 175 | 0 | 0.15 | 0.28 | 0.04 | 27.83 | 0.76 | 0.82 |
| Hex | F4 | CF | AF | 0 | F | 1C | 4 | 1C | 4C | 52 |
| Octal | 364 | 317 | 257 | 0 | 17 | 34 | 4 | 34 | 114 | 122 |
| Binary | 11110100 | 11001111 | 10101111 | 0 | 1111 | 11100 | 100 | 11100 | 1001100 | 1010010 |
Color Harmonies of #F4CFAF
Complementary color
Monochromatic Colors of #F4CFAF
Black with #F4CFAF
Text Example
Text Example
White with #F4CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFAF; }
p { color: rgb(244,207,175); }
H1.HeaderClassName
{
color: #F4CFAF;
}
.AnyTagClassName
{
color: #F4CFAF;
}
</style>
background-color css
<style>
a { background-color: #F4CFAF; }
a { background-color: rgb(244,207,175); }
div.DivClassName
{
background-color: #F4CFAF;
}
.BgClassName
{
background-color: #F4CFAF;
}
</style>
border-color css
<style>
span { border-color: #F4CFAF; }
span { border-color: rgb(244,207,175); }
td.TdClassName
{
border-color: #F4CFAF;
}
.TagClassName
{
border-color: #F4CFAF;
}
</style>