Shades of Apricot #F5CCB0
Tints of Apricot #F5CCB0
RGB
CMYK
RGB Variations
Color information
#F5CCB0 (or 0xF5CCB0) is known color: Apricot. HEX triplet: F5, CC and B0. RGB value is (245,204,176). Sum of RGB (Red+Green+Blue) = 245+204+176=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CCB0 is #0A334F. Grayscale: #D5D5D5. Windows color (decimal): -668496 or 11586805. OLE color: 11586805.
HSL color Cylindrical-coordinate representation of color #F5CCB0: hue angle of 24.35º 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 #F5CCB0 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 176 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.04 |
| HSL | 24.35º | 0.78% | 0.83% | - |
| HSV(B) | 24.35º | 0.28% | 0.96% | - |
| XYZ | 67.09 | 65.73 | 50.23 | - |
| YUV | 213.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 176 | 0 | 0.17 | 0.28 | 0.04 | 24.35 | 0.78 | 0.83 |
| Hex | F5 | CC | B0 | 0 | 11 | 1C | 4 | 18 | 4E | 53 |
| Octal | 365 | 314 | 260 | 0 | 21 | 34 | 4 | 30 | 116 | 123 |
| Binary | 11110101 | 11001100 | 10110000 | 0 | 10001 | 11100 | 100 | 11000 | 1001110 | 1010011 |
Color Harmonies of #F5CCB0
Complementary color
Monochromatic Colors of #F5CCB0
Black with #F5CCB0
Text Example
Text Example
White with #F5CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCB0; }
p { color: rgb(245,204,176); }
H1.HeaderClassName
{
color: #F5CCB0;
}
.AnyTagClassName
{
color: #F5CCB0;
}
</style>
background-color css
<style>
a { background-color: #F5CCB0; }
a { background-color: rgb(245,204,176); }
div.DivClassName
{
background-color: #F5CCB0;
}
.BgClassName
{
background-color: #F5CCB0;
}
</style>
border-color css
<style>
span { border-color: #F5CCB0; }
span { border-color: rgb(245,204,176); }
td.TdClassName
{
border-color: #F5CCB0;
}
.TagClassName
{
border-color: #F5CCB0;
}
</style>