Shades of Apricot #FFD2AF
Tints of Apricot #FFD2AF
RGB
CMYK
RGB Variations
Color information
#FFD2AF (or 0xFFD2AF) is known color: Apricot. HEX triplet: FF, D2 and AF. RGB value is (255,210,175). Sum of RGB (Red+Green+Blue) = 255+210+175=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2AF is #002D50. Grayscale: #DBDBDB. Windows color (decimal): -11601 or 11522815. OLE color: 11522815.
HSL color Cylindrical-coordinate representation of color #FFD2AF: hue angle of 26.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFD2AF is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 175 | - |
| CMYK | 0 | 0.18 | 0.31 | 0 |
| HSL | 26.25º | 1% | 0.84% | - |
| HSV(B) | 26.25º | 0.31% | 1% | - |
| XYZ | 72.02 | 70.45 | 50.36 | - |
| YUV | 219.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 175 | 0 | 0.18 | 0.31 | 0 | 26.25 | 1 | 0.84 |
| Hex | FF | D2 | AF | 0 | 12 | 1F | 0 | 1A | 64 | 54 |
| Octal | 377 | 322 | 257 | 0 | 22 | 37 | 0 | 32 | 144 | 124 |
| Binary | 11111111 | 11010010 | 10101111 | 0 | 10010 | 11111 | 0 | 11010 | 1100100 | 1010100 |
Color Harmonies of #FFD2AF
Complementary color
Monochromatic Colors of #FFD2AF
Black with #FFD2AF
Text Example
Text Example
White with #FFD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2AF; }
p { color: rgb(255,210,175); }
H1.HeaderClassName
{
color: #FFD2AF;
}
.AnyTagClassName
{
color: #FFD2AF;
}
</style>
background-color css
<style>
a { background-color: #FFD2AF; }
a { background-color: rgb(255,210,175); }
div.DivClassName
{
background-color: #FFD2AF;
}
.BgClassName
{
background-color: #FFD2AF;
}
</style>
border-color css
<style>
span { border-color: #FFD2AF; }
span { border-color: rgb(255,210,175); }
td.TdClassName
{
border-color: #FFD2AF;
}
.TagClassName
{
border-color: #FFD2AF;
}
</style>