Shades of Apricot #FFD3B7
Tints of Apricot #FFD3B7
RGB
CMYK
RGB Variations
Color information
#FFD3B7 (or 0xFFD3B7) is known color: Apricot. HEX triplet: FF, D3 and B7. RGB value is (255,211,183). Sum of RGB (Red+Green+Blue) = 255+211+183=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 183 (71.88% from 255 or 28.20% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3B7 is #002C48. Grayscale: #DDDDDD. Windows color (decimal): -11337 or 12047359. OLE color: 12047359.
HSL color Cylindrical-coordinate representation of color #FFD3B7: hue angle of 23.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFD3B7 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 183 | - |
| CMYK | 0 | 0.17 | 0.28 | 0 |
| HSL | 23.33º | 1% | 0.86% | - |
| HSV(B) | 23.33º | 0.28% | 1% | - |
| XYZ | 73.08 | 71.27 | 54.7 | - |
| YUV | 220.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 183 | 0 | 0.17 | 0.28 | 0 | 23.33 | 1 | 0.86 |
| Hex | FF | D3 | B7 | 0 | 11 | 1C | 0 | 17 | 64 | 56 |
| Octal | 377 | 323 | 267 | 0 | 21 | 34 | 0 | 27 | 144 | 126 |
| Binary | 11111111 | 11010011 | 10110111 | 0 | 10001 | 11100 | 0 | 10111 | 1100100 | 1010110 |
Color Harmonies of #FFD3B7
Complementary color
Monochromatic Colors of #FFD3B7
Black with #FFD3B7
Text Example
Text Example
White with #FFD3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3B7; }
p { color: rgb(255,211,183); }
H1.HeaderClassName
{
color: #FFD3B7;
}
.AnyTagClassName
{
color: #FFD3B7;
}
</style>
background-color css
<style>
a { background-color: #FFD3B7; }
a { background-color: rgb(255,211,183); }
div.DivClassName
{
background-color: #FFD3B7;
}
.BgClassName
{
background-color: #FFD3B7;
}
</style>
border-color css
<style>
span { border-color: #FFD3B7; }
span { border-color: rgb(255,211,183); }
td.TdClassName
{
border-color: #FFD3B7;
}
.TagClassName
{
border-color: #FFD3B7;
}
</style>