Shades of Apricot #FECDB4
Tints of Apricot #FECDB4
RGB
CMYK
RGB Variations
Color information
#FECDB4 (or 0xFECDB4) is known color: Apricot. HEX triplet: FE, CD and B4. RGB value is (254,205,180). Sum of RGB (Red+Green+Blue) = 254+205+180=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDB4 is #01324B. Grayscale: #D8D8D8. Windows color (decimal): -78412 or 11849214. OLE color: 11849214.
HSL color Cylindrical-coordinate representation of color #FECDB4: hue angle of 20.27º 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 #FECDB4 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 180 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.00 |
| HSL | 20.27º | 0.97% | 0.85% | - |
| HSV(B) | 20.27º | 0.29% | 1% | - |
| XYZ | 70.94 | 68.03 | 52.57 | - |
| YUV | 216.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 180 | 0 | 0.19 | 0.29 | 0.00 | 20.27 | 0.97 | 0.85 |
| Hex | FE | CD | B4 | 0 | 13 | 1D | 0 | 14 | 61 | 55 |
| Octal | 376 | 315 | 264 | 0 | 23 | 35 | 0 | 24 | 141 | 125 |
| Binary | 11111110 | 11001101 | 10110100 | 0 | 10011 | 11101 | 0 | 10100 | 1100001 | 1010101 |
Color Harmonies of #FECDB4
Complementary color
Monochromatic Colors of #FECDB4
Black with #FECDB4
Text Example
Text Example
White with #FECDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDB4; }
p { color: rgb(254,205,180); }
H1.HeaderClassName
{
color: #FECDB4;
}
.AnyTagClassName
{
color: #FECDB4;
}
</style>
background-color css
<style>
a { background-color: #FECDB4; }
a { background-color: rgb(254,205,180); }
div.DivClassName
{
background-color: #FECDB4;
}
.BgClassName
{
background-color: #FECDB4;
}
</style>
border-color css
<style>
span { border-color: #FECDB4; }
span { border-color: rgb(254,205,180); }
td.TdClassName
{
border-color: #FECDB4;
}
.TagClassName
{
border-color: #FECDB4;
}
</style>