Shades of Apricot #FECDB1
Tints of Apricot #FECDB1
RGB
CMYK
RGB Variations
Color information
#FECDB1 (or 0xFECDB1) is known color: Apricot. HEX triplet: FE, CD and B1. RGB value is (254,205,177). Sum of RGB (Red+Green+Blue) = 254+205+177=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 177 (69.53% from 255 or 27.83% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDB1 is #01324E. Grayscale: #D8D8D8. Windows color (decimal): -78415 or 11652606. OLE color: 11652606.
HSL color Cylindrical-coordinate representation of color #FECDB1: hue angle of 21.82º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FECDB1 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 177 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.00 |
| HSL | 21.82º | 0.97% | 0.85% | - |
| HSV(B) | 21.82º | 0.3% | 1% | - |
| XYZ | 70.64 | 67.91 | 50.98 | - |
| YUV | 216.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 177 | 0 | 0.19 | 0.30 | 0.00 | 21.82 | 0.97 | 0.85 |
| Hex | FE | CD | B1 | 0 | 13 | 1E | 0 | 16 | 61 | 55 |
| Octal | 376 | 315 | 261 | 0 | 23 | 36 | 0 | 26 | 141 | 125 |
| Binary | 11111110 | 11001101 | 10110001 | 0 | 10011 | 11110 | 0 | 10110 | 1100001 | 1010101 |
Color Harmonies of #FECDB1
Complementary color
Monochromatic Colors of #FECDB1
Black with #FECDB1
Text Example
Text Example
White with #FECDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDB1; }
p { color: rgb(254,205,177); }
H1.HeaderClassName
{
color: #FECDB1;
}
.AnyTagClassName
{
color: #FECDB1;
}
</style>
background-color css
<style>
a { background-color: #FECDB1; }
a { background-color: rgb(254,205,177); }
div.DivClassName
{
background-color: #FECDB1;
}
.BgClassName
{
background-color: #FECDB1;
}
</style>
border-color css
<style>
span { border-color: #FECDB1; }
span { border-color: rgb(254,205,177); }
td.TdClassName
{
border-color: #FECDB1;
}
.TagClassName
{
border-color: #FECDB1;
}
</style>