Shades of Apricot #FFD1B0
Tints of Apricot #FFD1B0
RGB
CMYK
RGB Variations
Color information
#FFD1B0 (or 0xFFD1B0) is known color: Apricot. HEX triplet: FF, D1 and B0. RGB value is (255,209,176). Sum of RGB (Red+Green+Blue) = 255+209+176=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 176 (69.14% from 255 or 27.5% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1B0 is #002E4F. Grayscale: #DBDBDB. Windows color (decimal): -11856 or 11588095. OLE color: 11588095.
HSL color Cylindrical-coordinate representation of color #FFD1B0: hue angle of 25.06º 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 #FFD1B0 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 176 | - |
| CMYK | 0 | 0.18 | 0.31 | 0 |
| HSL | 25.06º | 1% | 0.85% | - |
| HSV(B) | 25.06º | 0.31% | 1% | - |
| XYZ | 71.88 | 70 | 50.8 | - |
| YUV | 218.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 176 | 0 | 0.18 | 0.31 | 0 | 25.06 | 1 | 0.85 |
| Hex | FF | D1 | B0 | 0 | 12 | 1F | 0 | 19 | 64 | 55 |
| Octal | 377 | 321 | 260 | 0 | 22 | 37 | 0 | 31 | 144 | 125 |
| Binary | 11111111 | 11010001 | 10110000 | 0 | 10010 | 11111 | 0 | 11001 | 1100100 | 1010101 |
Color Harmonies of #FFD1B0
Complementary color
Monochromatic Colors of #FFD1B0
Black with #FFD1B0
Text Example
Text Example
White with #FFD1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1B0; }
p { color: rgb(255,209,176); }
H1.HeaderClassName
{
color: #FFD1B0;
}
.AnyTagClassName
{
color: #FFD1B0;
}
</style>
background-color css
<style>
a { background-color: #FFD1B0; }
a { background-color: rgb(255,209,176); }
div.DivClassName
{
background-color: #FFD1B0;
}
.BgClassName
{
background-color: #FFD1B0;
}
</style>
border-color css
<style>
span { border-color: #FFD1B0; }
span { border-color: rgb(255,209,176); }
td.TdClassName
{
border-color: #FFD1B0;
}
.TagClassName
{
border-color: #FFD1B0;
}
</style>