Shades of Apricot #FFD3B2
Tints of Apricot #FFD3B2
RGB
CMYK
RGB Variations
Color information
#FFD3B2 (or 0xFFD3B2) is known color: Apricot. HEX triplet: FF, D3 and B2. RGB value is (255,211,178). Sum of RGB (Red+Green+Blue) = 255+211+178=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3B2 is #002C4D. Grayscale: #DCDCDC. Windows color (decimal): -11342 or 11719679. OLE color: 11719679.
HSL color Cylindrical-coordinate representation of color #FFD3B2: hue angle of 25.71º 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 #FFD3B2 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 178 | - |
| CMYK | 0 | 0.17 | 0.30 | 0 |
| HSL | 25.71º | 1% | 0.85% | - |
| HSV(B) | 25.71º | 0.3% | 1% | - |
| XYZ | 72.57 | 71.06 | 52.01 | - |
| YUV | 220.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 178 | 0 | 0.17 | 0.30 | 0 | 25.71 | 1 | 0.85 |
| Hex | FF | D3 | B2 | 0 | 11 | 1E | 0 | 1A | 64 | 55 |
| Octal | 377 | 323 | 262 | 0 | 21 | 36 | 0 | 32 | 144 | 125 |
| Binary | 11111111 | 11010011 | 10110010 | 0 | 10001 | 11110 | 0 | 11010 | 1100100 | 1010101 |
Color Harmonies of #FFD3B2
Complementary color
Monochromatic Colors of #FFD3B2
Black with #FFD3B2
Text Example
Text Example
White with #FFD3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3B2; }
p { color: rgb(255,211,178); }
H1.HeaderClassName
{
color: #FFD3B2;
}
.AnyTagClassName
{
color: #FFD3B2;
}
</style>
background-color css
<style>
a { background-color: #FFD3B2; }
a { background-color: rgb(255,211,178); }
div.DivClassName
{
background-color: #FFD3B2;
}
.BgClassName
{
background-color: #FFD3B2;
}
</style>
border-color css
<style>
span { border-color: #FFD3B2; }
span { border-color: rgb(255,211,178); }
td.TdClassName
{
border-color: #FFD3B2;
}
.TagClassName
{
border-color: #FFD3B2;
}
</style>