Shades of Apricot #FECDAE
Tints of Apricot #FECDAE
RGB
CMYK
RGB Variations
Color information
#FECDAE (or 0xFECDAE) is known color: Apricot. HEX triplet: FE, CD and AE. RGB value is (254,205,174). Sum of RGB (Red+Green+Blue) = 254+205+174=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDAE is #013251. Grayscale: #D8D8D8. Windows color (decimal): -78418 or 11455998. OLE color: 11455998.
HSL color Cylindrical-coordinate representation of color #FECDAE: hue angle of 23.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FECDAE is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 174 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.00 |
| HSL | 23.25º | 0.98% | 0.84% | - |
| HSV(B) | 23.25º | 0.31% | 1% | - |
| XYZ | 70.34 | 67.79 | 49.42 | - |
| YUV | 216.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 174 | 0 | 0.19 | 0.31 | 0.00 | 23.25 | 0.98 | 0.84 |
| Hex | FE | CD | AE | 0 | 13 | 1F | 0 | 17 | 62 | 54 |
| Octal | 376 | 315 | 256 | 0 | 23 | 37 | 0 | 27 | 142 | 124 |
| Binary | 11111110 | 11001101 | 10101110 | 0 | 10011 | 11111 | 0 | 10111 | 1100010 | 1010100 |
Color Harmonies of #FECDAE
Complementary color
Monochromatic Colors of #FECDAE
Black with #FECDAE
Text Example
Text Example
White with #FECDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDAE; }
p { color: rgb(254,205,174); }
H1.HeaderClassName
{
color: #FECDAE;
}
.AnyTagClassName
{
color: #FECDAE;
}
</style>
background-color css
<style>
a { background-color: #FECDAE; }
a { background-color: rgb(254,205,174); }
div.DivClassName
{
background-color: #FECDAE;
}
.BgClassName
{
background-color: #FECDAE;
}
</style>
border-color css
<style>
span { border-color: #FECDAE; }
span { border-color: rgb(254,205,174); }
td.TdClassName
{
border-color: #FECDAE;
}
.TagClassName
{
border-color: #FECDAE;
}
</style>