Shades of Apricot #FFD2B2
Tints of Apricot #FFD2B2
RGB
CMYK
RGB Variations
Color information
#FFD2B2 (or 0xFFD2B2) is known color: Apricot. HEX triplet: FF, D2 and B2. RGB value is (255,210,178). Sum of RGB (Red+Green+Blue) = 255+210+178=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2B2 is #002D4D. Grayscale: #DBDBDB. Windows color (decimal): -11598 or 11719423. OLE color: 11719423.
HSL color Cylindrical-coordinate representation of color #FFD2B2: hue angle of 24.94º 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 #FFD2B2 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 178 | - |
| CMYK | 0 | 0.18 | 0.30 | 0 |
| HSL | 24.94º | 1% | 0.85% | - |
| HSV(B) | 24.94º | 0.3% | 1% | - |
| XYZ | 72.32 | 70.57 | 51.93 | - |
| YUV | 219.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 178 | 0 | 0.18 | 0.30 | 0 | 24.94 | 1 | 0.85 |
| Hex | FF | D2 | B2 | 0 | 12 | 1E | 0 | 19 | 64 | 55 |
| Octal | 377 | 322 | 262 | 0 | 22 | 36 | 0 | 31 | 144 | 125 |
| Binary | 11111111 | 11010010 | 10110010 | 0 | 10010 | 11110 | 0 | 11001 | 1100100 | 1010101 |
Color Harmonies of #FFD2B2
Complementary color
Monochromatic Colors of #FFD2B2
Black with #FFD2B2
Text Example
Text Example
White with #FFD2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2B2; }
p { color: rgb(255,210,178); }
H1.HeaderClassName
{
color: #FFD2B2;
}
.AnyTagClassName
{
color: #FFD2B2;
}
</style>
background-color css
<style>
a { background-color: #FFD2B2; }
a { background-color: rgb(255,210,178); }
div.DivClassName
{
background-color: #FFD2B2;
}
.BgClassName
{
background-color: #FFD2B2;
}
</style>
border-color css
<style>
span { border-color: #FFD2B2; }
span { border-color: rgb(255,210,178); }
td.TdClassName
{
border-color: #FFD2B2;
}
.TagClassName
{
border-color: #FFD2B2;
}
</style>