Shades of Apricot #FDD1AC
Tints of Apricot #FDD1AC
RGB
CMYK
RGB Variations
Color information
#FDD1AC (or 0xFDD1AC) is known color: Apricot. HEX triplet: FD, D1 and AC. RGB value is (253,209,172). Sum of RGB (Red+Green+Blue) = 253+209+172=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD1AC is #022E53. Grayscale: #DADADA. Windows color (decimal): -142932 or 11325949. OLE color: 11325949.
HSL color Cylindrical-coordinate representation of color #FDD1AC: hue angle of 27.41º 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 #FDD1AC is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 172 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.01 |
| HSL | 27.41º | 0.95% | 0.83% | - |
| HSV(B) | 27.41º | 0.32% | 0.99% | - |
| XYZ | 70.75 | 69.46 | 48.71 | - |
| YUV | 217.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 172 | 0 | 0.17 | 0.32 | 0.01 | 27.41 | 0.95 | 0.83 |
| Hex | FD | D1 | AC | 0 | 11 | 20 | 1 | 1B | 5F | 53 |
| Octal | 375 | 321 | 254 | 0 | 21 | 40 | 1 | 33 | 137 | 123 |
| Binary | 11111101 | 11010001 | 10101100 | 0 | 10001 | 100000 | 1 | 11011 | 1011111 | 1010011 |
Color Harmonies of #FDD1AC
Complementary color
Monochromatic Colors of #FDD1AC
Black with #FDD1AC
Text Example
Text Example
White with #FDD1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1AC; }
p { color: rgb(253,209,172); }
H1.HeaderClassName
{
color: #FDD1AC;
}
.AnyTagClassName
{
color: #FDD1AC;
}
</style>
background-color css
<style>
a { background-color: #FDD1AC; }
a { background-color: rgb(253,209,172); }
div.DivClassName
{
background-color: #FDD1AC;
}
.BgClassName
{
background-color: #FDD1AC;
}
</style>
border-color css
<style>
span { border-color: #FDD1AC; }
span { border-color: rgb(253,209,172); }
td.TdClassName
{
border-color: #FDD1AC;
}
.TagClassName
{
border-color: #FDD1AC;
}
</style>