Shades of Apricot #FAD3AF
Tints of Apricot #FAD3AF
RGB
CMYK
RGB Variations
Color information
#FAD3AF (or 0xFAD3AF) is known color: Apricot. HEX triplet: FA, D3 and AF. RGB value is (250,211,175). Sum of RGB (Red+Green+Blue) = 250+211+175=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD3AF is #052C50. Grayscale: #DADADA. Windows color (decimal): -339025 or 11523066. OLE color: 11523066.
HSL color Cylindrical-coordinate representation of color #FAD3AF: hue angle of 28.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAD3AF is Cyan = 0, Magento = 0.16, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 175 | - |
| CMYK | 0 | 0.16 | 0.3 | 0.02 |
| HSL | 28.8º | 0.88% | 0.83% | - |
| HSV(B) | 28.8º | 0.3% | 0.98% | - |
| XYZ | 70.46 | 70.01 | 50.36 | - |
| YUV | 218.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 175 | 0 | 0.16 | 0.3 | 0.02 | 28.8 | 0.88 | 0.83 |
| Hex | FA | D3 | AF | 0 | 10 | 1E | 2 | 1D | 58 | 53 |
| Octal | 372 | 323 | 257 | 0 | 20 | 36 | 2 | 35 | 130 | 123 |
| Binary | 11111010 | 11010011 | 10101111 | 0 | 10000 | 11110 | 10 | 11101 | 1011000 | 1010011 |
Color Harmonies of #FAD3AF
Complementary color
Monochromatic Colors of #FAD3AF
Black with #FAD3AF
Text Example
Text Example
White with #FAD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3AF; }
p { color: rgb(250,211,175); }
H1.HeaderClassName
{
color: #FAD3AF;
}
.AnyTagClassName
{
color: #FAD3AF;
}
</style>
background-color css
<style>
a { background-color: #FAD3AF; }
a { background-color: rgb(250,211,175); }
div.DivClassName
{
background-color: #FAD3AF;
}
.BgClassName
{
background-color: #FAD3AF;
}
</style>
border-color css
<style>
span { border-color: #FAD3AF; }
span { border-color: rgb(250,211,175); }
td.TdClassName
{
border-color: #FAD3AF;
}
.TagClassName
{
border-color: #FAD3AF;
}
</style>