Shades of Apricot #FECFB1
Tints of Apricot #FECFB1
RGB
CMYK
RGB Variations
Color information
#FECFB1 (or 0xFECFB1) is known color: Apricot. HEX triplet: FE, CF and B1. RGB value is (254,207,177). Sum of RGB (Red+Green+Blue) = 254+207+177=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFB1 is #01304E. Grayscale: #D9D9D9. Windows color (decimal): -77903 or 11653118. OLE color: 11653118.
HSL color Cylindrical-coordinate representation of color #FECFB1: hue angle of 23.38º 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 #FECFB1 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 177 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.00 |
| HSL | 23.38º | 0.97% | 0.85% | - |
| HSV(B) | 23.38º | 0.3% | 1% | - |
| XYZ | 71.12 | 68.87 | 51.14 | - |
| YUV | 217.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 177 | 0 | 0.19 | 0.30 | 0.00 | 23.38 | 0.97 | 0.85 |
| Hex | FE | CF | B1 | 0 | 13 | 1E | 0 | 17 | 61 | 55 |
| Octal | 376 | 317 | 261 | 0 | 23 | 36 | 0 | 27 | 141 | 125 |
| Binary | 11111110 | 11001111 | 10110001 | 0 | 10011 | 11110 | 0 | 10111 | 1100001 | 1010101 |
Color Harmonies of #FECFB1
Complementary color
Monochromatic Colors of #FECFB1
Black with #FECFB1
Text Example
Text Example
White with #FECFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFB1; }
p { color: rgb(254,207,177); }
H1.HeaderClassName
{
color: #FECFB1;
}
.AnyTagClassName
{
color: #FECFB1;
}
</style>
background-color css
<style>
a { background-color: #FECFB1; }
a { background-color: rgb(254,207,177); }
div.DivClassName
{
background-color: #FECFB1;
}
.BgClassName
{
background-color: #FECFB1;
}
</style>
border-color css
<style>
span { border-color: #FECFB1; }
span { border-color: rgb(254,207,177); }
td.TdClassName
{
border-color: #FECFB1;
}
.TagClassName
{
border-color: #FECFB1;
}
</style>