Shades of Apricot #FFD2B5
Tints of Apricot #FFD2B5
RGB
CMYK
RGB Variations
Color information
#FFD2B5 (or 0xFFD2B5) is known color: Apricot. HEX triplet: FF, D2 and B5. RGB value is (255,210,181). Sum of RGB (Red+Green+Blue) = 255+210+181=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 181 (71.09% from 255 or 28.02% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2B5 is #002D4A. Grayscale: #DCDCDC. Windows color (decimal): -11595 or 11916031. OLE color: 11916031.
HSL color Cylindrical-coordinate representation of color #FFD2B5: hue angle of 23.51º 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 #FFD2B5 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 210 | 181 | - |
CMYK | 0 | 0.18 | 0.29 | 0 |
HSL | 23.51º | 1% | 0.85% | - |
HSV(B) | 23.51º | 0.29% | 1% | - |
XYZ | 72.63 | 70.69 | 53.53 | - |
YUV | 220.15 | 105.91 | 152.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 210 | 181 | 0 | 0.18 | 0.29 | 0 | 23.51 | 1 | 0.85 |
Hex | FF | D2 | B5 | 0 | 12 | 1D | 0 | 18 | 64 | 55 |
Octal | 377 | 322 | 265 | 0 | 22 | 35 | 0 | 30 | 144 | 125 |
Binary | 11111111 | 11010010 | 10110101 | 0 | 10010 | 11101 | 0 | 11000 | 1100100 | 1010101 |
Color Harmonies of #FFD2B5
Complementary color
Monochromatic Colors of #FFD2B5
Black with #FFD2B5
Text Example
Text Example
White with #FFD2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2B5; }
p { color: rgb(255,210,181); }
H1.HeaderClassName
{
color: #FFD2B5;
}
.AnyTagClassName
{
color: #FFD2B5;
}
</style>
background-color css
<style>
a { background-color: #FFD2B5; }
a { background-color: rgb(255,210,181); }
div.DivClassName
{
background-color: #FFD2B5;
}
.BgClassName
{
background-color: #FFD2B5;
}
</style>
border-color css
<style>
span { border-color: #FFD2B5; }
span { border-color: rgb(255,210,181); }
td.TdClassName
{
border-color: #FFD2B5;
}
.TagClassName
{
border-color: #FFD2B5;
}
</style>