Shades of Apricot #FDD3AF
Tints of Apricot #FDD3AF
RGB
CMYK
RGB Variations
Color information
#FDD3AF (or 0xFDD3AF) is known color: Apricot. HEX triplet: FD, D3 and AF. RGB value is (253,211,175). Sum of RGB (Red+Green+Blue) = 253+211+175=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD3AF is #022C50. Grayscale: #DBDBDB. Windows color (decimal): -142417 or 11523069. OLE color: 11523069.
HSL color Cylindrical-coordinate representation of color #FDD3AF: hue angle of 27.69º 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 #FDD3AF is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 175 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.01 |
| HSL | 27.69º | 0.95% | 0.84% | - |
| HSV(B) | 27.69º | 0.31% | 0.99% | - |
| XYZ | 71.54 | 70.57 | 50.41 | - |
| YUV | 219.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 175 | 0 | 0.17 | 0.31 | 0.01 | 27.69 | 0.95 | 0.84 |
| Hex | FD | D3 | AF | 0 | 11 | 1F | 1 | 1C | 5F | 54 |
| Octal | 375 | 323 | 257 | 0 | 21 | 37 | 1 | 34 | 137 | 124 |
| Binary | 11111101 | 11010011 | 10101111 | 0 | 10001 | 11111 | 1 | 11100 | 1011111 | 1010100 |
Color Harmonies of #FDD3AF
Complementary color
Monochromatic Colors of #FDD3AF
Black with #FDD3AF
Text Example
Text Example
White with #FDD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3AF; }
p { color: rgb(253,211,175); }
H1.HeaderClassName
{
color: #FDD3AF;
}
.AnyTagClassName
{
color: #FDD3AF;
}
</style>
background-color css
<style>
a { background-color: #FDD3AF; }
a { background-color: rgb(253,211,175); }
div.DivClassName
{
background-color: #FDD3AF;
}
.BgClassName
{
background-color: #FDD3AF;
}
</style>
border-color css
<style>
span { border-color: #FDD3AF; }
span { border-color: rgb(253,211,175); }
td.TdClassName
{
border-color: #FDD3AF;
}
.TagClassName
{
border-color: #FDD3AF;
}
</style>