Shades of Apricot #FECDB7
Tints of Apricot #FECDB7
RGB
CMYK
RGB Variations
Color information
#FECDB7 (or 0xFECDB7) is known color: Apricot. HEX triplet: FE, CD and B7. RGB value is (254,205,183). Sum of RGB (Red+Green+Blue) = 254+205+183=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDB7 is #013248. Grayscale: #D9D9D9. Windows color (decimal): -78409 or 12045822. OLE color: 12045822.
HSL color Cylindrical-coordinate representation of color #FECDB7: hue angle of 18.59º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FECDB7 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 183 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.00 |
| HSL | 18.59º | 0.97% | 0.86% | - |
| HSV(B) | 18.59º | 0.28% | 1% | - |
| XYZ | 71.25 | 68.15 | 54.2 | - |
| YUV | 217.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 183 | 0 | 0.19 | 0.28 | 0.00 | 18.59 | 0.97 | 0.86 |
| Hex | FE | CD | B7 | 0 | 13 | 1C | 0 | 13 | 61 | 56 |
| Octal | 376 | 315 | 267 | 0 | 23 | 34 | 0 | 23 | 141 | 126 |
| Binary | 11111110 | 11001101 | 10110111 | 0 | 10011 | 11100 | 0 | 10011 | 1100001 | 1010110 |
Color Harmonies of #FECDB7
Complementary color
Monochromatic Colors of #FECDB7
Black with #FECDB7
Text Example
Text Example
White with #FECDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDB7; }
p { color: rgb(254,205,183); }
H1.HeaderClassName
{
color: #FECDB7;
}
.AnyTagClassName
{
color: #FECDB7;
}
</style>
background-color css
<style>
a { background-color: #FECDB7; }
a { background-color: rgb(254,205,183); }
div.DivClassName
{
background-color: #FECDB7;
}
.BgClassName
{
background-color: #FECDB7;
}
</style>
border-color css
<style>
span { border-color: #FECDB7; }
span { border-color: rgb(254,205,183); }
td.TdClassName
{
border-color: #FECDB7;
}
.TagClassName
{
border-color: #FECDB7;
}
</style>