Shades of Apricot #FFD4B0
Tints of Apricot #FFD4B0
RGB
CMYK
RGB Variations
Color information
#FFD4B0 (or 0xFFD4B0) is known color: Apricot. HEX triplet: FF, D4 and B0. RGB value is (255,212,176). Sum of RGB (Red+Green+Blue) = 255+212+176=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4B0 is #002B4F. Grayscale: #DCDCDC. Windows color (decimal): -11088 or 11588863. OLE color: 11588863.
HSL color Cylindrical-coordinate representation of color #FFD4B0: hue angle of 27.34º 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 #FFD4B0 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 176 | - |
| CMYK | 0 | 0.17 | 0.31 | 0 |
| HSL | 27.34º | 1% | 0.85% | - |
| HSV(B) | 27.34º | 0.31% | 1% | - |
| XYZ | 72.62 | 71.48 | 51.04 | - |
| YUV | 220.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 176 | 0 | 0.17 | 0.31 | 0 | 27.34 | 1 | 0.85 |
| Hex | FF | D4 | B0 | 0 | 11 | 1F | 0 | 1B | 64 | 55 |
| Octal | 377 | 324 | 260 | 0 | 21 | 37 | 0 | 33 | 144 | 125 |
| Binary | 11111111 | 11010100 | 10110000 | 0 | 10001 | 11111 | 0 | 11011 | 1100100 | 1010101 |
Color Harmonies of #FFD4B0
Complementary color
Monochromatic Colors of #FFD4B0
Black with #FFD4B0
Text Example
Text Example
White with #FFD4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4B0; }
p { color: rgb(255,212,176); }
H1.HeaderClassName
{
color: #FFD4B0;
}
.AnyTagClassName
{
color: #FFD4B0;
}
</style>
background-color css
<style>
a { background-color: #FFD4B0; }
a { background-color: rgb(255,212,176); }
div.DivClassName
{
background-color: #FFD4B0;
}
.BgClassName
{
background-color: #FFD4B0;
}
</style>
border-color css
<style>
span { border-color: #FFD4B0; }
span { border-color: rgb(255,212,176); }
td.TdClassName
{
border-color: #FFD4B0;
}
.TagClassName
{
border-color: #FFD4B0;
}
</style>