Shades of Apricot #FFD1B2
Tints of Apricot #FFD1B2
RGB
CMYK
RGB Variations
Color information
#FFD1B2 (or 0xFFD1B2) is known color: Apricot. HEX triplet: FF, D1 and B2. RGB value is (255,209,178). Sum of RGB (Red+Green+Blue) = 255+209+178=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1B2 is #002E4D. Grayscale: #DBDBDB. Windows color (decimal): -11854 or 11719167. OLE color: 11719167.
HSL color Cylindrical-coordinate representation of color #FFD1B2: hue angle of 24.16º 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 #FFD1B2 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 178 | - |
| CMYK | 0 | 0.18 | 0.30 | 0 |
| HSL | 24.16º | 1% | 0.85% | - |
| HSV(B) | 24.16º | 0.3% | 1% | - |
| XYZ | 72.08 | 70.08 | 51.85 | - |
| YUV | 219.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 178 | 0 | 0.18 | 0.30 | 0 | 24.16 | 1 | 0.85 |
| Hex | FF | D1 | B2 | 0 | 12 | 1E | 0 | 18 | 64 | 55 |
| Octal | 377 | 321 | 262 | 0 | 22 | 36 | 0 | 30 | 144 | 125 |
| Binary | 11111111 | 11010001 | 10110010 | 0 | 10010 | 11110 | 0 | 11000 | 1100100 | 1010101 |
Color Harmonies of #FFD1B2
Complementary color
Monochromatic Colors of #FFD1B2
Black with #FFD1B2
Text Example
Text Example
White with #FFD1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1B2; }
p { color: rgb(255,209,178); }
H1.HeaderClassName
{
color: #FFD1B2;
}
.AnyTagClassName
{
color: #FFD1B2;
}
</style>
background-color css
<style>
a { background-color: #FFD1B2; }
a { background-color: rgb(255,209,178); }
div.DivClassName
{
background-color: #FFD1B2;
}
.BgClassName
{
background-color: #FFD1B2;
}
</style>
border-color css
<style>
span { border-color: #FFD1B2; }
span { border-color: rgb(255,209,178); }
td.TdClassName
{
border-color: #FFD1B2;
}
.TagClassName
{
border-color: #FFD1B2;
}
</style>