Shades of Apricot #FFD0B4
Tints of Apricot #FFD0B4
RGB
CMYK
RGB Variations
Color information
#FFD0B4 (or 0xFFD0B4) is known color: Apricot. HEX triplet: FF, D0 and B4. RGB value is (255,208,180). Sum of RGB (Red+Green+Blue) = 255+208+180=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0B4 is #002F4B. Grayscale: #DBDBDB. Windows color (decimal): -12108 or 11849983. OLE color: 11849983.
HSL color Cylindrical-coordinate representation of color #FFD0B4: hue angle of 22.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFD0B4 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 180 | - |
| CMYK | 0 | 0.18 | 0.29 | 0 |
| HSL | 22.4º | 1% | 0.85% | - |
| HSV(B) | 22.4º | 0.29% | 1% | - |
| XYZ | 72.03 | 69.67 | 52.83 | - |
| YUV | 218.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 180 | 0 | 0.18 | 0.29 | 0 | 22.4 | 1 | 0.85 |
| Hex | FF | D0 | B4 | 0 | 12 | 1D | 0 | 16 | 64 | 55 |
| Octal | 377 | 320 | 264 | 0 | 22 | 35 | 0 | 26 | 144 | 125 |
| Binary | 11111111 | 11010000 | 10110100 | 0 | 10010 | 11101 | 0 | 10110 | 1100100 | 1010101 |
Color Harmonies of #FFD0B4
Complementary color
Monochromatic Colors of #FFD0B4
Black with #FFD0B4
Text Example
Text Example
White with #FFD0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0B4; }
p { color: rgb(255,208,180); }
H1.HeaderClassName
{
color: #FFD0B4;
}
.AnyTagClassName
{
color: #FFD0B4;
}
</style>
background-color css
<style>
a { background-color: #FFD0B4; }
a { background-color: rgb(255,208,180); }
div.DivClassName
{
background-color: #FFD0B4;
}
.BgClassName
{
background-color: #FFD0B4;
}
</style>
border-color css
<style>
span { border-color: #FFD0B4; }
span { border-color: rgb(255,208,180); }
td.TdClassName
{
border-color: #FFD0B4;
}
.TagClassName
{
border-color: #FFD0B4;
}
</style>