Shades of Apricot #FECFB7
Tints of Apricot #FECFB7
RGB
CMYK
RGB Variations
Color information
#FECFB7 (or 0xFECFB7) is known color: Apricot. HEX triplet: FE, CF and B7. RGB value is (254,207,183). Sum of RGB (Red+Green+Blue) = 254+207+183=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFB7 is #013048. Grayscale: #DADADA. Windows color (decimal): -77897 or 12046334. OLE color: 12046334.
HSL color Cylindrical-coordinate representation of color #FECFB7: hue angle of 20.28º 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 #FECFB7 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 183 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.00 |
| HSL | 20.28º | 0.97% | 0.86% | - |
| HSV(B) | 20.28º | 0.28% | 1% | - |
| XYZ | 71.73 | 69.12 | 54.36 | - |
| YUV | 218.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 183 | 0 | 0.19 | 0.28 | 0.00 | 20.28 | 0.97 | 0.86 |
| Hex | FE | CF | B7 | 0 | 13 | 1C | 0 | 14 | 61 | 56 |
| Octal | 376 | 317 | 267 | 0 | 23 | 34 | 0 | 24 | 141 | 126 |
| Binary | 11111110 | 11001111 | 10110111 | 0 | 10011 | 11100 | 0 | 10100 | 1100001 | 1010110 |
Color Harmonies of #FECFB7
Complementary color
Monochromatic Colors of #FECFB7
Black with #FECFB7
Text Example
Text Example
White with #FECFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFB7; }
p { color: rgb(254,207,183); }
H1.HeaderClassName
{
color: #FECFB7;
}
.AnyTagClassName
{
color: #FECFB7;
}
</style>
background-color css
<style>
a { background-color: #FECFB7; }
a { background-color: rgb(254,207,183); }
div.DivClassName
{
background-color: #FECFB7;
}
.BgClassName
{
background-color: #FECFB7;
}
</style>
border-color css
<style>
span { border-color: #FECFB7; }
span { border-color: rgb(254,207,183); }
td.TdClassName
{
border-color: #FECFB7;
}
.TagClassName
{
border-color: #FECFB7;
}
</style>