Shades of Apricot #FFD3AC
Tints of Apricot #FFD3AC
RGB
CMYK
RGB Variations
Color information
#FFD3AC (or 0xFFD3AC) is known color: Apricot. HEX triplet: FF, D3 and AC. RGB value is (255,211,172). Sum of RGB (Red+Green+Blue) = 255+211+172=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3AC is #002C53. Grayscale: #DBDBDB. Windows color (decimal): -11348 or 11326463. OLE color: 11326463.
HSL color Cylindrical-coordinate representation of color #FFD3AC: hue angle of 28.19º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFD3AC is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 172 | - |
| CMYK | 0 | 0.17 | 0.33 | 0 |
| HSL | 28.19º | 1% | 0.84% | - |
| HSV(B) | 28.19º | 0.33% | 1% | - |
| XYZ | 71.98 | 70.83 | 48.91 | - |
| YUV | 219.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 172 | 0 | 0.17 | 0.33 | 0 | 28.19 | 1 | 0.84 |
| Hex | FF | D3 | AC | 0 | 11 | 21 | 0 | 1C | 64 | 54 |
| Octal | 377 | 323 | 254 | 0 | 21 | 41 | 0 | 34 | 144 | 124 |
| Binary | 11111111 | 11010011 | 10101100 | 0 | 10001 | 100001 | 0 | 11100 | 1100100 | 1010100 |
Color Harmonies of #FFD3AC
Complementary color
Monochromatic Colors of #FFD3AC
Black with #FFD3AC
Text Example
Text Example
White with #FFD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3AC; }
p { color: rgb(255,211,172); }
H1.HeaderClassName
{
color: #FFD3AC;
}
.AnyTagClassName
{
color: #FFD3AC;
}
</style>
background-color css
<style>
a { background-color: #FFD3AC; }
a { background-color: rgb(255,211,172); }
div.DivClassName
{
background-color: #FFD3AC;
}
.BgClassName
{
background-color: #FFD3AC;
}
</style>
border-color css
<style>
span { border-color: #FFD3AC; }
span { border-color: rgb(255,211,172); }
td.TdClassName
{
border-color: #FFD3AC;
}
.TagClassName
{
border-color: #FFD3AC;
}
</style>