Shades of Apricot #FED4B3
Tints of Apricot #FED4B3
RGB
CMYK
RGB Variations
Color information
#FED4B3 (or 0xFED4B3) is known color: Apricot. HEX triplet: FE, D4 and B3. RGB value is (254,212,179). Sum of RGB (Red+Green+Blue) = 254+212+179=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4B3 is #012B4C. Grayscale: #DCDCDC. Windows color (decimal): -76621 or 11785470. OLE color: 11785470.
HSL color Cylindrical-coordinate representation of color #FED4B3: hue angle of 26.4º 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 #FED4B3 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 179 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.00 |
| HSL | 26.4º | 0.97% | 0.85% | - |
| HSV(B) | 26.4º | 0.3% | 1% | - |
| XYZ | 72.55 | 71.41 | 52.61 | - |
| YUV | 220.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 179 | 0 | 0.17 | 0.30 | 0.00 | 26.4 | 0.97 | 0.85 |
| Hex | FE | D4 | B3 | 0 | 11 | 1E | 0 | 1A | 61 | 55 |
| Octal | 376 | 324 | 263 | 0 | 21 | 36 | 0 | 32 | 141 | 125 |
| Binary | 11111110 | 11010100 | 10110011 | 0 | 10001 | 11110 | 0 | 11010 | 1100001 | 1010101 |
Color Harmonies of #FED4B3
Complementary color
Monochromatic Colors of #FED4B3
Black with #FED4B3
Text Example
Text Example
White with #FED4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4B3; }
p { color: rgb(254,212,179); }
H1.HeaderClassName
{
color: #FED4B3;
}
.AnyTagClassName
{
color: #FED4B3;
}
</style>
background-color css
<style>
a { background-color: #FED4B3; }
a { background-color: rgb(254,212,179); }
div.DivClassName
{
background-color: #FED4B3;
}
.BgClassName
{
background-color: #FED4B3;
}
</style>
border-color css
<style>
span { border-color: #FED4B3; }
span { border-color: rgb(254,212,179); }
td.TdClassName
{
border-color: #FED4B3;
}
.TagClassName
{
border-color: #FED4B3;
}
</style>