Shades of Apricot #FECFAD
Tints of Apricot #FECFAD
RGB
CMYK
RGB Variations
Color information
#FECFAD (or 0xFECFAD) is known color: Apricot. HEX triplet: FE, CF and AD. RGB value is (254,207,173). Sum of RGB (Red+Green+Blue) = 254+207+173=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFAD is #013052. Grayscale: #D9D9D9. Windows color (decimal): -77907 or 11390974. OLE color: 11390974.
HSL color Cylindrical-coordinate representation of color #FECFAD: hue angle of 25.19º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FECFAD is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 173 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.00 |
| HSL | 25.19º | 0.98% | 0.84% | - |
| HSV(B) | 25.19º | 0.32% | 1% | - |
| XYZ | 70.73 | 68.71 | 49.07 | - |
| YUV | 217.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 173 | 0 | 0.19 | 0.32 | 0.00 | 25.19 | 0.98 | 0.84 |
| Hex | FE | CF | AD | 0 | 13 | 20 | 0 | 19 | 62 | 54 |
| Octal | 376 | 317 | 255 | 0 | 23 | 40 | 0 | 31 | 142 | 124 |
| Binary | 11111110 | 11001111 | 10101101 | 0 | 10011 | 100000 | 0 | 11001 | 1100010 | 1010100 |
Color Harmonies of #FECFAD
Complementary color
Monochromatic Colors of #FECFAD
Black with #FECFAD
Text Example
Text Example
White with #FECFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFAD; }
p { color: rgb(254,207,173); }
H1.HeaderClassName
{
color: #FECFAD;
}
.AnyTagClassName
{
color: #FECFAD;
}
</style>
background-color css
<style>
a { background-color: #FECFAD; }
a { background-color: rgb(254,207,173); }
div.DivClassName
{
background-color: #FECFAD;
}
.BgClassName
{
background-color: #FECFAD;
}
</style>
border-color css
<style>
span { border-color: #FECFAD; }
span { border-color: rgb(254,207,173); }
td.TdClassName
{
border-color: #FECFAD;
}
.TagClassName
{
border-color: #FECFAD;
}
</style>