Shades of Apricot #F5CEB4
Tints of Apricot #F5CEB4
RGB
CMYK
RGB Variations
Color information
#F5CEB4 (or 0xF5CEB4) is known color: Apricot. HEX triplet: F5, CE and B4. RGB value is (245,206,180). Sum of RGB (Red+Green+Blue) = 245+206+180=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEB4 is #0A314B. Grayscale: #D6D6D6. Windows color (decimal): -667980 or 11849461. OLE color: 11849461.
HSL color Cylindrical-coordinate representation of color #F5CEB4: hue angle of 24º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5CEB4 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 180 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.04 |
| HSL | 24º | 0.76% | 0.83% | - |
| HSV(B) | 24º | 0.27% | 0.96% | - |
| XYZ | 67.97 | 66.85 | 52.5 | - |
| YUV | 214.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 180 | 0 | 0.16 | 0.27 | 0.04 | 24 | 0.76 | 0.83 |
| Hex | F5 | CE | B4 | 0 | 10 | 1B | 4 | 18 | 4C | 53 |
| Octal | 365 | 316 | 264 | 0 | 20 | 33 | 4 | 30 | 114 | 123 |
| Binary | 11110101 | 11001110 | 10110100 | 0 | 10000 | 11011 | 100 | 11000 | 1001100 | 1010011 |
Color Harmonies of #F5CEB4
Complementary color
Monochromatic Colors of #F5CEB4
Black with #F5CEB4
Text Example
Text Example
White with #F5CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CEB4; }
p { color: rgb(245,206,180); }
H1.HeaderClassName
{
color: #F5CEB4;
}
.AnyTagClassName
{
color: #F5CEB4;
}
</style>
background-color css
<style>
a { background-color: #F5CEB4; }
a { background-color: rgb(245,206,180); }
div.DivClassName
{
background-color: #F5CEB4;
}
.BgClassName
{
background-color: #F5CEB4;
}
</style>
border-color css
<style>
span { border-color: #F5CEB4; }
span { border-color: rgb(245,206,180); }
td.TdClassName
{
border-color: #F5CEB4;
}
.TagClassName
{
border-color: #F5CEB4;
}
</style>