Shades of Apricot #FFD0B2
Tints of Apricot #FFD0B2
RGB
CMYK
RGB Variations
Color information
#FFD0B2 (or 0xFFD0B2) is known color: Apricot. HEX triplet: FF, D0 and B2. RGB value is (255,208,178). Sum of RGB (Red+Green+Blue) = 255+208+178=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 178 (69.92% from 255 or 27.77% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0B2 is #002F4D. Grayscale: #DADADA. Windows color (decimal): -12110 or 11718911. OLE color: 11718911.
HSL color Cylindrical-coordinate representation of color #FFD0B2: hue angle of 23.38º 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 #FFD0B2 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 178 | - |
| CMYK | 0 | 0.18 | 0.30 | 0 |
| HSL | 23.38º | 1% | 0.85% | - |
| HSV(B) | 23.38º | 0.3% | 1% | - |
| XYZ | 71.83 | 69.59 | 51.77 | - |
| YUV | 218.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 178 | 0 | 0.18 | 0.30 | 0 | 23.38 | 1 | 0.85 |
| Hex | FF | D0 | B2 | 0 | 12 | 1E | 0 | 17 | 64 | 55 |
| Octal | 377 | 320 | 262 | 0 | 22 | 36 | 0 | 27 | 144 | 125 |
| Binary | 11111111 | 11010000 | 10110010 | 0 | 10010 | 11110 | 0 | 10111 | 1100100 | 1010101 |
Color Harmonies of #FFD0B2
Complementary color
Monochromatic Colors of #FFD0B2
Black with #FFD0B2
Text Example
Text Example
White with #FFD0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0B2; }
p { color: rgb(255,208,178); }
H1.HeaderClassName
{
color: #FFD0B2;
}
.AnyTagClassName
{
color: #FFD0B2;
}
</style>
background-color css
<style>
a { background-color: #FFD0B2; }
a { background-color: rgb(255,208,178); }
div.DivClassName
{
background-color: #FFD0B2;
}
.BgClassName
{
background-color: #FFD0B2;
}
</style>
border-color css
<style>
span { border-color: #FFD0B2; }
span { border-color: rgb(255,208,178); }
td.TdClassName
{
border-color: #FFD0B2;
}
.TagClassName
{
border-color: #FFD0B2;
}
</style>