Shades of Apricot #F4CFB4
Tints of Apricot #F4CFB4
RGB
CMYK
RGB Variations
Color information
#F4CFB4 (or 0xF4CFB4) is known color: Apricot. HEX triplet: F4, CF and B4. RGB value is (244,207,180). Sum of RGB (Red+Green+Blue) = 244+207+180=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFB4 is #0B304B. Grayscale: #D7D7D7. Windows color (decimal): -733260 or 11849716. OLE color: 11849716.
HSL color Cylindrical-coordinate representation of color #F4CFB4: hue angle of 25.31º 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 #F4CFB4 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 180 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.04 |
| HSL | 25.31º | 0.74% | 0.83% | - |
| HSV(B) | 25.31º | 0.26% | 0.96% | - |
| XYZ | 67.86 | 67.15 | 52.57 | - |
| YUV | 214.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 180 | 0 | 0.15 | 0.26 | 0.04 | 25.31 | 0.74 | 0.83 |
| Hex | F4 | CF | B4 | 0 | F | 1A | 4 | 19 | 4A | 53 |
| Octal | 364 | 317 | 264 | 0 | 17 | 32 | 4 | 31 | 112 | 123 |
| Binary | 11110100 | 11001111 | 10110100 | 0 | 1111 | 11010 | 100 | 11001 | 1001010 | 1010011 |
Color Harmonies of #F4CFB4
Complementary color
Monochromatic Colors of #F4CFB4
Black with #F4CFB4
Text Example
Text Example
White with #F4CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFB4; }
p { color: rgb(244,207,180); }
H1.HeaderClassName
{
color: #F4CFB4;
}
.AnyTagClassName
{
color: #F4CFB4;
}
</style>
background-color css
<style>
a { background-color: #F4CFB4; }
a { background-color: rgb(244,207,180); }
div.DivClassName
{
background-color: #F4CFB4;
}
.BgClassName
{
background-color: #F4CFB4;
}
</style>
border-color css
<style>
span { border-color: #F4CFB4; }
span { border-color: rgb(244,207,180); }
td.TdClassName
{
border-color: #F4CFB4;
}
.TagClassName
{
border-color: #F4CFB4;
}
</style>