Shades of Apricot #F4CFB5
Tints of Apricot #F4CFB5
RGB
CMYK
RGB Variations
Color information
#F4CFB5 (or 0xF4CFB5) is known color: Apricot. HEX triplet: F4, CF and B5. RGB value is (244,207,181). Sum of RGB (Red+Green+Blue) = 244+207+181=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFB5 is #0B304A. Grayscale: #D7D7D7. Windows color (decimal): -733259 or 11915252. OLE color: 11915252.
HSL color Cylindrical-coordinate representation of color #F4CFB5: hue angle of 24.76º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4CFB5 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 181 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.04 |
| HSL | 24.76º | 0.74% | 0.83% | - |
| HSV(B) | 24.76º | 0.26% | 0.96% | - |
| XYZ | 67.96 | 67.19 | 53.1 | - |
| YUV | 215.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 181 | 0 | 0.15 | 0.26 | 0.04 | 24.76 | 0.74 | 0.83 |
| Hex | F4 | CF | B5 | 0 | F | 1A | 4 | 19 | 4A | 53 |
| Octal | 364 | 317 | 265 | 0 | 17 | 32 | 4 | 31 | 112 | 123 |
| Binary | 11110100 | 11001111 | 10110101 | 0 | 1111 | 11010 | 100 | 11001 | 1001010 | 1010011 |
Color Harmonies of #F4CFB5
Complementary color
Monochromatic Colors of #F4CFB5
Black with #F4CFB5
Text Example
Text Example
White with #F4CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFB5; }
p { color: rgb(244,207,181); }
H1.HeaderClassName
{
color: #F4CFB5;
}
.AnyTagClassName
{
color: #F4CFB5;
}
</style>
background-color css
<style>
a { background-color: #F4CFB5; }
a { background-color: rgb(244,207,181); }
div.DivClassName
{
background-color: #F4CFB5;
}
.BgClassName
{
background-color: #F4CFB5;
}
</style>
border-color css
<style>
span { border-color: #F4CFB5; }
span { border-color: rgb(244,207,181); }
td.TdClassName
{
border-color: #F4CFB5;
}
.TagClassName
{
border-color: #F4CFB5;
}
</style>