Shades of Apricot #FFD0AE
Tints of Apricot #FFD0AE
RGB
CMYK
RGB Variations
Color information
#FFD0AE (or 0xFFD0AE) is known color: Apricot. HEX triplet: FF, D0 and AE. RGB value is (255,208,174). Sum of RGB (Red+Green+Blue) = 255+208+174=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0AE is #002F51. Grayscale: #DADADA. Windows color (decimal): -12114 or 11456767. OLE color: 11456767.
HSL color Cylindrical-coordinate representation of color #FFD0AE: hue angle of 25.19º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFD0AE is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 174 | - |
| CMYK | 0 | 0.18 | 0.32 | 0 |
| HSL | 25.19º | 1% | 0.84% | - |
| HSV(B) | 25.19º | 0.32% | 1% | - |
| XYZ | 71.44 | 69.43 | 49.68 | - |
| YUV | 218.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 174 | 0 | 0.18 | 0.32 | 0 | 25.19 | 1 | 0.84 |
| Hex | FF | D0 | AE | 0 | 12 | 20 | 0 | 19 | 64 | 54 |
| Octal | 377 | 320 | 256 | 0 | 22 | 40 | 0 | 31 | 144 | 124 |
| Binary | 11111111 | 11010000 | 10101110 | 0 | 10010 | 100000 | 0 | 11001 | 1100100 | 1010100 |
Color Harmonies of #FFD0AE
Complementary color
Monochromatic Colors of #FFD0AE
Black with #FFD0AE
Text Example
Text Example
White with #FFD0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0AE; }
p { color: rgb(255,208,174); }
H1.HeaderClassName
{
color: #FFD0AE;
}
.AnyTagClassName
{
color: #FFD0AE;
}
</style>
background-color css
<style>
a { background-color: #FFD0AE; }
a { background-color: rgb(255,208,174); }
div.DivClassName
{
background-color: #FFD0AE;
}
.BgClassName
{
background-color: #FFD0AE;
}
</style>
border-color css
<style>
span { border-color: #FFD0AE; }
span { border-color: rgb(255,208,174); }
td.TdClassName
{
border-color: #FFD0AE;
}
.TagClassName
{
border-color: #FFD0AE;
}
</style>