Shades of Apricot #FFD3B0
Tints of Apricot #FFD3B0
RGB
CMYK
RGB Variations
Color information
#FFD3B0 (or 0xFFD3B0) is known color: Apricot. HEX triplet: FF, D3 and B0. RGB value is (255,211,176). Sum of RGB (Red+Green+Blue) = 255+211+176=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 176 (69.14% from 255 or 27.41% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3B0 is #002C4F. Grayscale: #DCDCDC. Windows color (decimal): -11344 or 11588607. OLE color: 11588607.
HSL color Cylindrical-coordinate representation of color #FFD3B0: hue angle of 26.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFD3B0 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 176 | - |
| CMYK | 0 | 0.17 | 0.31 | 0 |
| HSL | 26.58º | 1% | 0.85% | - |
| HSV(B) | 26.58º | 0.31% | 1% | - |
| XYZ | 72.37 | 70.98 | 50.96 | - |
| YUV | 220.17 | 103.08 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 176 | 0 | 0.17 | 0.31 | 0 | 26.58 | 1 | 0.85 |
| Hex | FF | D3 | B0 | 0 | 11 | 1F | 0 | 1B | 64 | 55 |
| Octal | 377 | 323 | 260 | 0 | 21 | 37 | 0 | 33 | 144 | 125 |
| Binary | 11111111 | 11010011 | 10110000 | 0 | 10001 | 11111 | 0 | 11011 | 1100100 | 1010101 |
Color Harmonies of #FFD3B0
Complementary color
Monochromatic Colors of #FFD3B0
Black with #FFD3B0
Text Example
Text Example
White with #FFD3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3B0; }
p { color: rgb(255,211,176); }
H1.HeaderClassName
{
color: #FFD3B0;
}
.AnyTagClassName
{
color: #FFD3B0;
}
</style>
background-color css
<style>
a { background-color: #FFD3B0; }
a { background-color: rgb(255,211,176); }
div.DivClassName
{
background-color: #FFD3B0;
}
.BgClassName
{
background-color: #FFD3B0;
}
</style>
border-color css
<style>
span { border-color: #FFD3B0; }
span { border-color: rgb(255,211,176); }
td.TdClassName
{
border-color: #FFD3B0;
}
.TagClassName
{
border-color: #FFD3B0;
}
</style>