Shades of Apricot #FECDAB
Tints of Apricot #FECDAB
RGB
CMYK
RGB Variations
Color information
#FECDAB (or 0xFECDAB) is known color: Apricot. HEX triplet: FE, CD and AB. RGB value is (254,205,171). Sum of RGB (Red+Green+Blue) = 254+205+171=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDAB is #013254. Grayscale: #D7D7D7. Windows color (decimal): -78421 or 11259390. OLE color: 11259390.
HSL color Cylindrical-coordinate representation of color #FECDAB: hue angle of 24.58º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FECDAB is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 171 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.00 |
| HSL | 24.58º | 0.98% | 0.83% | - |
| HSV(B) | 24.58º | 0.33% | 1% | - |
| XYZ | 70.06 | 67.67 | 47.9 | - |
| YUV | 215.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 171 | 0 | 0.19 | 0.33 | 0.00 | 24.58 | 0.98 | 0.83 |
| Hex | FE | CD | AB | 0 | 13 | 21 | 0 | 19 | 62 | 53 |
| Octal | 376 | 315 | 253 | 0 | 23 | 41 | 0 | 31 | 142 | 123 |
| Binary | 11111110 | 11001101 | 10101011 | 0 | 10011 | 100001 | 0 | 11001 | 1100010 | 1010011 |
Color Harmonies of #FECDAB
Complementary color
Monochromatic Colors of #FECDAB
Black with #FECDAB
Text Example
Text Example
White with #FECDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDAB; }
p { color: rgb(254,205,171); }
H1.HeaderClassName
{
color: #FECDAB;
}
.AnyTagClassName
{
color: #FECDAB;
}
</style>
background-color css
<style>
a { background-color: #FECDAB; }
a { background-color: rgb(254,205,171); }
div.DivClassName
{
background-color: #FECDAB;
}
.BgClassName
{
background-color: #FECDAB;
}
</style>
border-color css
<style>
span { border-color: #FECDAB; }
span { border-color: rgb(254,205,171); }
td.TdClassName
{
border-color: #FECDAB;
}
.TagClassName
{
border-color: #FECDAB;
}
</style>