Shades of Apricot #FAD0AD
Tints of Apricot #FAD0AD
RGB
CMYK
RGB Variations
Color information
#FAD0AD (or 0xFAD0AD) is known color: Apricot. HEX triplet: FA, D0 and AD. RGB value is (250,208,173). Sum of RGB (Red+Green+Blue) = 250+208+173=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD0AD is #052F52. Grayscale: #D8D8D8. Windows color (decimal): -339795 or 11391226. OLE color: 11391226.
HSL color Cylindrical-coordinate representation of color #FAD0AD: hue angle of 27.27º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAD0AD is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 173 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.02 |
| HSL | 27.27º | 0.89% | 0.83% | - |
| HSV(B) | 27.27º | 0.31% | 0.98% | - |
| XYZ | 69.52 | 68.45 | 49.08 | - |
| YUV | 216.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 173 | 0 | 0.17 | 0.31 | 0.02 | 27.27 | 0.89 | 0.83 |
| Hex | FA | D0 | AD | 0 | 11 | 1F | 2 | 1B | 59 | 53 |
| Octal | 372 | 320 | 255 | 0 | 21 | 37 | 2 | 33 | 131 | 123 |
| Binary | 11111010 | 11010000 | 10101101 | 0 | 10001 | 11111 | 10 | 11011 | 1011001 | 1010011 |
Color Harmonies of #FAD0AD
Complementary color
Monochromatic Colors of #FAD0AD
Black with #FAD0AD
Text Example
Text Example
White with #FAD0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0AD; }
p { color: rgb(250,208,173); }
H1.HeaderClassName
{
color: #FAD0AD;
}
.AnyTagClassName
{
color: #FAD0AD;
}
</style>
background-color css
<style>
a { background-color: #FAD0AD; }
a { background-color: rgb(250,208,173); }
div.DivClassName
{
background-color: #FAD0AD;
}
.BgClassName
{
background-color: #FAD0AD;
}
</style>
border-color css
<style>
span { border-color: #FAD0AD; }
span { border-color: rgb(250,208,173); }
td.TdClassName
{
border-color: #FAD0AD;
}
.TagClassName
{
border-color: #FAD0AD;
}
</style>