Shades of Apricot #FED0B2
Tints of Apricot #FED0B2
RGB
CMYK
RGB Variations
Color information
#FED0B2 (or 0xFED0B2) is known color: Apricot. HEX triplet: FE, D0 and B2. RGB value is (254,208,178). Sum of RGB (Red+Green+Blue) = 254+208+178=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED0B2 is #012F4D. Grayscale: #DADADA. Windows color (decimal): -77646 or 11718910. OLE color: 11718910.
HSL color Cylindrical-coordinate representation of color #FED0B2: hue angle of 23.68º 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 #FED0B2 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 178 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.00 |
| HSL | 23.68º | 0.97% | 0.85% | - |
| HSV(B) | 23.68º | 0.3% | 1% | - |
| XYZ | 71.46 | 69.4 | 51.75 | - |
| YUV | 218.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 178 | 0 | 0.18 | 0.30 | 0.00 | 23.68 | 0.97 | 0.85 |
| Hex | FE | D0 | B2 | 0 | 12 | 1E | 0 | 18 | 61 | 55 |
| Octal | 376 | 320 | 262 | 0 | 22 | 36 | 0 | 30 | 141 | 125 |
| Binary | 11111110 | 11010000 | 10110010 | 0 | 10010 | 11110 | 0 | 11000 | 1100001 | 1010101 |
Color Harmonies of #FED0B2
Complementary color
Monochromatic Colors of #FED0B2
Black with #FED0B2
Text Example
Text Example
White with #FED0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0B2; }
p { color: rgb(254,208,178); }
H1.HeaderClassName
{
color: #FED0B2;
}
.AnyTagClassName
{
color: #FED0B2;
}
</style>
background-color css
<style>
a { background-color: #FED0B2; }
a { background-color: rgb(254,208,178); }
div.DivClassName
{
background-color: #FED0B2;
}
.BgClassName
{
background-color: #FED0B2;
}
</style>
border-color css
<style>
span { border-color: #FED0B2; }
span { border-color: rgb(254,208,178); }
td.TdClassName
{
border-color: #FED0B2;
}
.TagClassName
{
border-color: #FED0B2;
}
</style>