Shades of Apricot #FECEB5
Tints of Apricot #FECEB5
RGB
CMYK
RGB Variations
Color information
#FECEB5 (or 0xFECEB5) is known color: Apricot. HEX triplet: FE, CE and B5. RGB value is (254,206,181). Sum of RGB (Red+Green+Blue) = 254+206+181=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEB5 is #01314A. Grayscale: #D9D9D9. Windows color (decimal): -78155 or 11915006. OLE color: 11915006.
HSL color Cylindrical-coordinate representation of color #FECEB5: hue angle of 20.55º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FECEB5 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 181 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.00 |
| HSL | 20.55º | 0.97% | 0.85% | - |
| HSV(B) | 20.55º | 0.29% | 1% | - |
| XYZ | 71.28 | 68.55 | 53.19 | - |
| YUV | 217.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 181 | 0 | 0.19 | 0.29 | 0.00 | 20.55 | 0.97 | 0.85 |
| Hex | FE | CE | B5 | 0 | 13 | 1D | 0 | 15 | 61 | 55 |
| Octal | 376 | 316 | 265 | 0 | 23 | 35 | 0 | 25 | 141 | 125 |
| Binary | 11111110 | 11001110 | 10110101 | 0 | 10011 | 11101 | 0 | 10101 | 1100001 | 1010101 |
Color Harmonies of #FECEB5
Complementary color
Monochromatic Colors of #FECEB5
Black with #FECEB5
Text Example
Text Example
White with #FECEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEB5; }
p { color: rgb(254,206,181); }
H1.HeaderClassName
{
color: #FECEB5;
}
.AnyTagClassName
{
color: #FECEB5;
}
</style>
background-color css
<style>
a { background-color: #FECEB5; }
a { background-color: rgb(254,206,181); }
div.DivClassName
{
background-color: #FECEB5;
}
.BgClassName
{
background-color: #FECEB5;
}
</style>
border-color css
<style>
span { border-color: #FECEB5; }
span { border-color: rgb(254,206,181); }
td.TdClassName
{
border-color: #FECEB5;
}
.TagClassName
{
border-color: #FECEB5;
}
</style>