Shades of Apricot #FDD2AC
Tints of Apricot #FDD2AC
RGB
CMYK
RGB Variations
Color information
#FDD2AC (or 0xFDD2AC) is known color: Apricot. HEX triplet: FD, D2 and AC. RGB value is (253,210,172). Sum of RGB (Red+Green+Blue) = 253+210+172=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD2AC is #022D53. Grayscale: #DADADA. Windows color (decimal): -142676 or 11326205. OLE color: 11326205.
HSL color Cylindrical-coordinate representation of color #FDD2AC: hue angle of 28.15º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDD2AC is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 172 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.01 |
| HSL | 28.15º | 0.95% | 0.83% | - |
| HSV(B) | 28.15º | 0.32% | 0.99% | - |
| XYZ | 71 | 69.95 | 48.79 | - |
| YUV | 218.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 172 | 0 | 0.17 | 0.32 | 0.01 | 28.15 | 0.95 | 0.83 |
| Hex | FD | D2 | AC | 0 | 11 | 20 | 1 | 1C | 5F | 53 |
| Octal | 375 | 322 | 254 | 0 | 21 | 40 | 1 | 34 | 137 | 123 |
| Binary | 11111101 | 11010010 | 10101100 | 0 | 10001 | 100000 | 1 | 11100 | 1011111 | 1010011 |
Color Harmonies of #FDD2AC
Complementary color
Monochromatic Colors of #FDD2AC
Black with #FDD2AC
Text Example
Text Example
White with #FDD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2AC; }
p { color: rgb(253,210,172); }
H1.HeaderClassName
{
color: #FDD2AC;
}
.AnyTagClassName
{
color: #FDD2AC;
}
</style>
background-color css
<style>
a { background-color: #FDD2AC; }
a { background-color: rgb(253,210,172); }
div.DivClassName
{
background-color: #FDD2AC;
}
.BgClassName
{
background-color: #FDD2AC;
}
</style>
border-color css
<style>
span { border-color: #FDD2AC; }
span { border-color: rgb(253,210,172); }
td.TdClassName
{
border-color: #FDD2AC;
}
.TagClassName
{
border-color: #FDD2AC;
}
</style>