Shades of Apricot #FECDAC
Tints of Apricot #FECDAC
RGB
CMYK
RGB Variations
Color information
#FECDAC (or 0xFECDAC) is known color: Apricot. HEX triplet: FE, CD and AC. RGB value is (254,205,172). Sum of RGB (Red+Green+Blue) = 254+205+172=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDAC is #013253. Grayscale: #D8D8D8. Windows color (decimal): -78420 or 11324926. OLE color: 11324926.
HSL color Cylindrical-coordinate representation of color #FECDAC: hue angle of 24.15º 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 #FECDAC is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 172 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.00 |
| HSL | 24.15º | 0.98% | 0.84% | - |
| HSV(B) | 24.15º | 0.32% | 1% | - |
| XYZ | 70.15 | 67.71 | 48.4 | - |
| YUV | 215.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 172 | 0 | 0.19 | 0.32 | 0.00 | 24.15 | 0.98 | 0.84 |
| Hex | FE | CD | AC | 0 | 13 | 20 | 0 | 18 | 62 | 54 |
| Octal | 376 | 315 | 254 | 0 | 23 | 40 | 0 | 30 | 142 | 124 |
| Binary | 11111110 | 11001101 | 10101100 | 0 | 10011 | 100000 | 0 | 11000 | 1100010 | 1010100 |
Color Harmonies of #FECDAC
Complementary color
Monochromatic Colors of #FECDAC
Black with #FECDAC
Text Example
Text Example
White with #FECDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDAC; }
p { color: rgb(254,205,172); }
H1.HeaderClassName
{
color: #FECDAC;
}
.AnyTagClassName
{
color: #FECDAC;
}
</style>
background-color css
<style>
a { background-color: #FECDAC; }
a { background-color: rgb(254,205,172); }
div.DivClassName
{
background-color: #FECDAC;
}
.BgClassName
{
background-color: #FECDAC;
}
</style>
border-color css
<style>
span { border-color: #FECDAC; }
span { border-color: rgb(254,205,172); }
td.TdClassName
{
border-color: #FECDAC;
}
.TagClassName
{
border-color: #FECDAC;
}
</style>