Shades of Apricot #FDD1AD
Tints of Apricot #FDD1AD
RGB
CMYK
RGB Variations
Color information
#FDD1AD (or 0xFDD1AD) is known color: Apricot. HEX triplet: FD, D1 and AD. RGB value is (253,209,173). Sum of RGB (Red+Green+Blue) = 253+209+173=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD1AD is #022E52. Grayscale: #DADADA. Windows color (decimal): -142931 or 11391485. OLE color: 11391485.
HSL color Cylindrical-coordinate representation of color #FDD1AD: hue angle of 27º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDD1AD is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 173 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.01 |
| HSL | 27º | 0.95% | 0.84% | - |
| HSV(B) | 27º | 0.32% | 0.99% | - |
| XYZ | 70.85 | 69.5 | 49.22 | - |
| YUV | 218.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 173 | 0 | 0.17 | 0.32 | 0.01 | 27 | 0.95 | 0.84 |
| Hex | FD | D1 | AD | 0 | 11 | 20 | 1 | 1B | 5F | 54 |
| Octal | 375 | 321 | 255 | 0 | 21 | 40 | 1 | 33 | 137 | 124 |
| Binary | 11111101 | 11010001 | 10101101 | 0 | 10001 | 100000 | 1 | 11011 | 1011111 | 1010100 |
Color Harmonies of #FDD1AD
Complementary color
Monochromatic Colors of #FDD1AD
Black with #FDD1AD
Text Example
Text Example
White with #FDD1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1AD; }
p { color: rgb(253,209,173); }
H1.HeaderClassName
{
color: #FDD1AD;
}
.AnyTagClassName
{
color: #FDD1AD;
}
</style>
background-color css
<style>
a { background-color: #FDD1AD; }
a { background-color: rgb(253,209,173); }
div.DivClassName
{
background-color: #FDD1AD;
}
.BgClassName
{
background-color: #FDD1AD;
}
</style>
border-color css
<style>
span { border-color: #FDD1AD; }
span { border-color: rgb(253,209,173); }
td.TdClassName
{
border-color: #FDD1AD;
}
.TagClassName
{
border-color: #FDD1AD;
}
</style>