Shades of Apricot #FECEB6
Tints of Apricot #FECEB6
RGB
CMYK
RGB Variations
Color information
#FECEB6 (or 0xFECEB6) is known color: Apricot. HEX triplet: FE, CE and B6. RGB value is (254,206,182). Sum of RGB (Red+Green+Blue) = 254+206+182=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEB6 is #013149. Grayscale: #D9D9D9. Windows color (decimal): -78154 or 11980542. OLE color: 11980542.
HSL color Cylindrical-coordinate representation of color #FECEB6: hue angle of 20º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FECEB6 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 182 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.00 |
| HSL | 20º | 0.97% | 0.85% | - |
| HSV(B) | 20º | 0.28% | 1% | - |
| XYZ | 71.39 | 68.59 | 53.73 | - |
| YUV | 217.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 182 | 0 | 0.19 | 0.28 | 0.00 | 20 | 0.97 | 0.85 |
| Hex | FE | CE | B6 | 0 | 13 | 1C | 0 | 14 | 61 | 55 |
| Octal | 376 | 316 | 266 | 0 | 23 | 34 | 0 | 24 | 141 | 125 |
| Binary | 11111110 | 11001110 | 10110110 | 0 | 10011 | 11100 | 0 | 10100 | 1100001 | 1010101 |
Color Harmonies of #FECEB6
Complementary color
Monochromatic Colors of #FECEB6
Black with #FECEB6
Text Example
Text Example
White with #FECEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEB6; }
p { color: rgb(254,206,182); }
H1.HeaderClassName
{
color: #FECEB6;
}
.AnyTagClassName
{
color: #FECEB6;
}
</style>
background-color css
<style>
a { background-color: #FECEB6; }
a { background-color: rgb(254,206,182); }
div.DivClassName
{
background-color: #FECEB6;
}
.BgClassName
{
background-color: #FECEB6;
}
</style>
border-color css
<style>
span { border-color: #FECEB6; }
span { border-color: rgb(254,206,182); }
td.TdClassName
{
border-color: #FECEB6;
}
.TagClassName
{
border-color: #FECEB6;
}
</style>