Shades of Apricot #FFD3B3
Tints of Apricot #FFD3B3
RGB
CMYK
RGB Variations
Color information
#FFD3B3 (or 0xFFD3B3) is known color: Apricot. HEX triplet: FF, D3 and B3. RGB value is (255,211,179). Sum of RGB (Red+Green+Blue) = 255+211+179=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 211 (82.81% from 255 or 32.71% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3B3 is #002C4C. Grayscale: #DCDCDC. Windows color (decimal): -11341 or 11785215. OLE color: 11785215.
HSL color Cylindrical-coordinate representation of color #FFD3B3: hue angle of 25.26º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFD3B3 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 179 | - |
| CMYK | 0 | 0.17 | 0.30 | 0 |
| HSL | 25.26º | 1% | 0.85% | - |
| HSV(B) | 25.26º | 0.3% | 1% | - |
| XYZ | 72.67 | 71.1 | 52.54 | - |
| YUV | 220.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 179 | 0 | 0.17 | 0.30 | 0 | 25.26 | 1 | 0.85 |
| Hex | FF | D3 | B3 | 0 | 11 | 1E | 0 | 19 | 64 | 55 |
| Octal | 377 | 323 | 263 | 0 | 21 | 36 | 0 | 31 | 144 | 125 |
| Binary | 11111111 | 11010011 | 10110011 | 0 | 10001 | 11110 | 0 | 11001 | 1100100 | 1010101 |
Color Harmonies of #FFD3B3
Complementary color
Monochromatic Colors of #FFD3B3
Black with #FFD3B3
Text Example
Text Example
White with #FFD3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3B3; }
p { color: rgb(255,211,179); }
H1.HeaderClassName
{
color: #FFD3B3;
}
.AnyTagClassName
{
color: #FFD3B3;
}
</style>
background-color css
<style>
a { background-color: #FFD3B3; }
a { background-color: rgb(255,211,179); }
div.DivClassName
{
background-color: #FFD3B3;
}
.BgClassName
{
background-color: #FFD3B3;
}
</style>
border-color css
<style>
span { border-color: #FFD3B3; }
span { border-color: rgb(255,211,179); }
td.TdClassName
{
border-color: #FFD3B3;
}
.TagClassName
{
border-color: #FFD3B3;
}
</style>