Shades of Apricot #F4CDB0
Tints of Apricot #F4CDB0
RGB
CMYK
RGB Variations
Color information
#F4CDB0 (or 0xF4CDB0) is known color: Apricot. HEX triplet: F4, CD and B0. RGB value is (244,205,176). Sum of RGB (Red+Green+Blue) = 244+205+176=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CDB0 is #0B324F. Grayscale: #D5D5D5. Windows color (decimal): -733776 or 11587060. OLE color: 11587060.
HSL color Cylindrical-coordinate representation of color #F4CDB0: hue angle of 25.59º 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 #F4CDB0 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 176 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.04 |
| HSL | 25.59º | 0.76% | 0.82% | - |
| HSV(B) | 25.59º | 0.28% | 0.96% | - |
| XYZ | 66.98 | 66.03 | 50.29 | - |
| YUV | 213.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 176 | 0 | 0.16 | 0.28 | 0.04 | 25.59 | 0.76 | 0.82 |
| Hex | F4 | CD | B0 | 0 | 10 | 1C | 4 | 1A | 4C | 52 |
| Octal | 364 | 315 | 260 | 0 | 20 | 34 | 4 | 32 | 114 | 122 |
| Binary | 11110100 | 11001101 | 10110000 | 0 | 10000 | 11100 | 100 | 11010 | 1001100 | 1010010 |
Color Harmonies of #F4CDB0
Complementary color
Monochromatic Colors of #F4CDB0
Black with #F4CDB0
Text Example
Text Example
White with #F4CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDB0; }
p { color: rgb(244,205,176); }
H1.HeaderClassName
{
color: #F4CDB0;
}
.AnyTagClassName
{
color: #F4CDB0;
}
</style>
background-color css
<style>
a { background-color: #F4CDB0; }
a { background-color: rgb(244,205,176); }
div.DivClassName
{
background-color: #F4CDB0;
}
.BgClassName
{
background-color: #F4CDB0;
}
</style>
border-color css
<style>
span { border-color: #F4CDB0; }
span { border-color: rgb(244,205,176); }
td.TdClassName
{
border-color: #F4CDB0;
}
.TagClassName
{
border-color: #F4CDB0;
}
</style>