Shades of Apricot #FECDAF
Tints of Apricot #FECDAF
RGB
CMYK
RGB Variations
Color information
#FECDAF (or 0xFECDAF) is known color: Apricot. HEX triplet: FE, CD and AF. RGB value is (254,205,175). Sum of RGB (Red+Green+Blue) = 254+205+175=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDAF is #013250. Grayscale: #D8D8D8. Windows color (decimal): -78417 or 11521534. OLE color: 11521534.
HSL color Cylindrical-coordinate representation of color #FECDAF: hue angle of 22.78º 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 #FECDAF is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 175 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.00 |
| HSL | 22.78º | 0.98% | 0.84% | - |
| HSV(B) | 22.78º | 0.31% | 1% | - |
| XYZ | 70.44 | 67.83 | 49.94 | - |
| YUV | 216.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 175 | 0 | 0.19 | 0.31 | 0.00 | 22.78 | 0.98 | 0.84 |
| Hex | FE | CD | AF | 0 | 13 | 1F | 0 | 17 | 62 | 54 |
| Octal | 376 | 315 | 257 | 0 | 23 | 37 | 0 | 27 | 142 | 124 |
| Binary | 11111110 | 11001101 | 10101111 | 0 | 10011 | 11111 | 0 | 10111 | 1100010 | 1010100 |
Color Harmonies of #FECDAF
Complementary color
Monochromatic Colors of #FECDAF
Black with #FECDAF
Text Example
Text Example
White with #FECDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDAF; }
p { color: rgb(254,205,175); }
H1.HeaderClassName
{
color: #FECDAF;
}
.AnyTagClassName
{
color: #FECDAF;
}
</style>
background-color css
<style>
a { background-color: #FECDAF; }
a { background-color: rgb(254,205,175); }
div.DivClassName
{
background-color: #FECDAF;
}
.BgClassName
{
background-color: #FECDAF;
}
</style>
border-color css
<style>
span { border-color: #FECDAF; }
span { border-color: rgb(254,205,175); }
td.TdClassName
{
border-color: #FECDAF;
}
.TagClassName
{
border-color: #FECDAF;
}
</style>