Shades of Apricot #FDD4AE
Tints of Apricot #FDD4AE
RGB
CMYK
RGB Variations
Color information
#FDD4AE (or 0xFDD4AE) is known color: Apricot. HEX triplet: FD, D4 and AE. RGB value is (253,212,174). Sum of RGB (Red+Green+Blue) = 253+212+174=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD4AE is #022B51. Grayscale: #DCDCDC. Windows color (decimal): -142162 or 11457789. OLE color: 11457789.
HSL color Cylindrical-coordinate representation of color #FDD4AE: hue angle of 28.86º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDD4AE is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 174 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.01 |
| HSL | 28.86º | 0.95% | 0.84% | - |
| HSV(B) | 28.86º | 0.31% | 0.99% | - |
| XYZ | 71.69 | 71.03 | 49.98 | - |
| YUV | 219.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 174 | 0 | 0.16 | 0.31 | 0.01 | 28.86 | 0.95 | 0.84 |
| Hex | FD | D4 | AE | 0 | 10 | 1F | 1 | 1D | 5F | 54 |
| Octal | 375 | 324 | 256 | 0 | 20 | 37 | 1 | 35 | 137 | 124 |
| Binary | 11111101 | 11010100 | 10101110 | 0 | 10000 | 11111 | 1 | 11101 | 1011111 | 1010100 |
Color Harmonies of #FDD4AE
Complementary color
Monochromatic Colors of #FDD4AE
Black with #FDD4AE
Text Example
Text Example
White with #FDD4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4AE; }
p { color: rgb(253,212,174); }
H1.HeaderClassName
{
color: #FDD4AE;
}
.AnyTagClassName
{
color: #FDD4AE;
}
</style>
background-color css
<style>
a { background-color: #FDD4AE; }
a { background-color: rgb(253,212,174); }
div.DivClassName
{
background-color: #FDD4AE;
}
.BgClassName
{
background-color: #FDD4AE;
}
</style>
border-color css
<style>
span { border-color: #FDD4AE; }
span { border-color: rgb(253,212,174); }
td.TdClassName
{
border-color: #FDD4AE;
}
.TagClassName
{
border-color: #FDD4AE;
}
</style>