Shades of Apricot #FECDB3
Tints of Apricot #FECDB3
RGB
CMYK
RGB Variations
Color information
#FECDB3 (or 0xFECDB3) is known color: Apricot. HEX triplet: FE, CD and B3. RGB value is (254,205,179). Sum of RGB (Red+Green+Blue) = 254+205+179=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDB3 is #01324C. Grayscale: #D8D8D8. Windows color (decimal): -78413 or 11783678. OLE color: 11783678.
HSL color Cylindrical-coordinate representation of color #FECDB3: hue angle of 20.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FECDB3 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 179 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.00 |
| HSL | 20.8º | 0.97% | 0.85% | - |
| HSV(B) | 20.8º | 0.3% | 1% | - |
| XYZ | 70.84 | 67.99 | 52.04 | - |
| YUV | 216.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 179 | 0 | 0.19 | 0.30 | 0.00 | 20.8 | 0.97 | 0.85 |
| Hex | FE | CD | B3 | 0 | 13 | 1E | 0 | 15 | 61 | 55 |
| Octal | 376 | 315 | 263 | 0 | 23 | 36 | 0 | 25 | 141 | 125 |
| Binary | 11111110 | 11001101 | 10110011 | 0 | 10011 | 11110 | 0 | 10101 | 1100001 | 1010101 |
Color Harmonies of #FECDB3
Complementary color
Monochromatic Colors of #FECDB3
Black with #FECDB3
Text Example
Text Example
White with #FECDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDB3; }
p { color: rgb(254,205,179); }
H1.HeaderClassName
{
color: #FECDB3;
}
.AnyTagClassName
{
color: #FECDB3;
}
</style>
background-color css
<style>
a { background-color: #FECDB3; }
a { background-color: rgb(254,205,179); }
div.DivClassName
{
background-color: #FECDB3;
}
.BgClassName
{
background-color: #FECDB3;
}
</style>
border-color css
<style>
span { border-color: #FECDB3; }
span { border-color: rgb(254,205,179); }
td.TdClassName
{
border-color: #FECDB3;
}
.TagClassName
{
border-color: #FECDB3;
}
</style>