Shades of Apricot #F5CDB0
Tints of Apricot #F5CDB0
RGB
CMYK
RGB Variations
Color information
#F5CDB0 (or 0xF5CDB0) is known color: Apricot. HEX triplet: F5, CD and B0. RGB value is (245,205,176). Sum of RGB (Red+Green+Blue) = 245+205+176=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 176 (69.14% from 255 or 28.12% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CDB0 is #0A324F. Grayscale: #D5D5D5. Windows color (decimal): -668240 or 11587061. OLE color: 11587061.
HSL color Cylindrical-coordinate representation of color #F5CDB0: hue angle of 25.22º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5CDB0 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 176 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.04 |
| HSL | 25.22º | 0.78% | 0.83% | - |
| HSV(B) | 25.22º | 0.28% | 0.96% | - |
| XYZ | 67.32 | 66.21 | 50.31 | - |
| YUV | 213.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 176 | 0 | 0.16 | 0.28 | 0.04 | 25.22 | 0.78 | 0.83 |
| Hex | F5 | CD | B0 | 0 | 10 | 1C | 4 | 19 | 4E | 53 |
| Octal | 365 | 315 | 260 | 0 | 20 | 34 | 4 | 31 | 116 | 123 |
| Binary | 11110101 | 11001101 | 10110000 | 0 | 10000 | 11100 | 100 | 11001 | 1001110 | 1010011 |
Color Harmonies of #F5CDB0
Complementary color
Monochromatic Colors of #F5CDB0
Black with #F5CDB0
Text Example
Text Example
White with #F5CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDB0; }
p { color: rgb(245,205,176); }
H1.HeaderClassName
{
color: #F5CDB0;
}
.AnyTagClassName
{
color: #F5CDB0;
}
</style>
background-color css
<style>
a { background-color: #F5CDB0; }
a { background-color: rgb(245,205,176); }
div.DivClassName
{
background-color: #F5CDB0;
}
.BgClassName
{
background-color: #F5CDB0;
}
</style>
border-color css
<style>
span { border-color: #F5CDB0; }
span { border-color: rgb(245,205,176); }
td.TdClassName
{
border-color: #F5CDB0;
}
.TagClassName
{
border-color: #F5CDB0;
}
</style>