Shades of Apricot #FECFB3
Tints of Apricot #FECFB3
RGB
CMYK
RGB Variations
Color information
#FECFB3 (or 0xFECFB3) is known color: Apricot. HEX triplet: FE, CF and B3. RGB value is (254,207,179). Sum of RGB (Red+Green+Blue) = 254+207+179=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFB3 is #01304C. Grayscale: #DADADA. Windows color (decimal): -77901 or 11784190. OLE color: 11784190.
HSL color Cylindrical-coordinate representation of color #FECFB3: hue angle of 22.4º 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 #FECFB3 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 179 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.00 |
| HSL | 22.4º | 0.97% | 0.85% | - |
| HSV(B) | 22.4º | 0.3% | 1% | - |
| XYZ | 71.32 | 68.95 | 52.2 | - |
| YUV | 217.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 179 | 0 | 0.19 | 0.30 | 0.00 | 22.4 | 0.97 | 0.85 |
| Hex | FE | CF | B3 | 0 | 13 | 1E | 0 | 16 | 61 | 55 |
| Octal | 376 | 317 | 263 | 0 | 23 | 36 | 0 | 26 | 141 | 125 |
| Binary | 11111110 | 11001111 | 10110011 | 0 | 10011 | 11110 | 0 | 10110 | 1100001 | 1010101 |
Color Harmonies of #FECFB3
Complementary color
Monochromatic Colors of #FECFB3
Black with #FECFB3
Text Example
Text Example
White with #FECFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFB3; }
p { color: rgb(254,207,179); }
H1.HeaderClassName
{
color: #FECFB3;
}
.AnyTagClassName
{
color: #FECFB3;
}
</style>
background-color css
<style>
a { background-color: #FECFB3; }
a { background-color: rgb(254,207,179); }
div.DivClassName
{
background-color: #FECFB3;
}
.BgClassName
{
background-color: #FECFB3;
}
</style>
border-color css
<style>
span { border-color: #FECFB3; }
span { border-color: rgb(254,207,179); }
td.TdClassName
{
border-color: #FECFB3;
}
.TagClassName
{
border-color: #FECFB3;
}
</style>