Shades of Apricot #FED0B3
Tints of Apricot #FED0B3
RGB
CMYK
RGB Variations
Color information
#FED0B3 (or 0xFED0B3) is known color: Apricot. HEX triplet: FE, D0 and B3. RGB value is (254,208,179). Sum of RGB (Red+Green+Blue) = 254+208+179=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0B3 is #012F4C. Grayscale: #DADADA. Windows color (decimal): -77645 or 11784446. OLE color: 11784446.
HSL color Cylindrical-coordinate representation of color #FED0B3: hue angle of 23.2º 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 #FED0B3 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 179 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.00 |
| HSL | 23.2º | 0.97% | 0.85% | - |
| HSV(B) | 23.2º | 0.3% | 1% | - |
| XYZ | 71.57 | 69.44 | 52.28 | - |
| YUV | 218.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 179 | 0 | 0.18 | 0.30 | 0.00 | 23.2 | 0.97 | 0.85 |
| Hex | FE | D0 | B3 | 0 | 12 | 1E | 0 | 17 | 61 | 55 |
| Octal | 376 | 320 | 263 | 0 | 22 | 36 | 0 | 27 | 141 | 125 |
| Binary | 11111110 | 11010000 | 10110011 | 0 | 10010 | 11110 | 0 | 10111 | 1100001 | 1010101 |
Color Harmonies of #FED0B3
Complementary color
Monochromatic Colors of #FED0B3
Black with #FED0B3
Text Example
Text Example
White with #FED0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0B3; }
p { color: rgb(254,208,179); }
H1.HeaderClassName
{
color: #FED0B3;
}
.AnyTagClassName
{
color: #FED0B3;
}
</style>
background-color css
<style>
a { background-color: #FED0B3; }
a { background-color: rgb(254,208,179); }
div.DivClassName
{
background-color: #FED0B3;
}
.BgClassName
{
background-color: #FED0B3;
}
</style>
border-color css
<style>
span { border-color: #FED0B3; }
span { border-color: rgb(254,208,179); }
td.TdClassName
{
border-color: #FED0B3;
}
.TagClassName
{
border-color: #FED0B3;
}
</style>