Shades of Apricot #FAC6AD
Tints of Apricot #FAC6AD
RGB
CMYK
RGB Variations
Color information
#FAC6AD (or 0xFAC6AD) is known color: Apricot. HEX triplet: FA, C6 and AD. RGB value is (250,198,173). Sum of RGB (Red+Green+Blue) = 250+198+173=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6AD is #053952. Grayscale: #D2D2D2. Windows color (decimal): -342355 or 11388666. OLE color: 11388666.
HSL color Cylindrical-coordinate representation of color #FAC6AD: hue angle of 19.48º 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 #FAC6AD is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 173 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.02 |
| HSL | 19.48º | 0.89% | 0.83% | - |
| HSV(B) | 19.48º | 0.31% | 0.98% | - |
| XYZ | 67.16 | 63.73 | 48.3 | - |
| YUV | 210.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 173 | 0 | 0.21 | 0.31 | 0.02 | 19.48 | 0.89 | 0.83 |
| Hex | FA | C6 | AD | 0 | 15 | 1F | 2 | 13 | 59 | 53 |
| Octal | 372 | 306 | 255 | 0 | 25 | 37 | 2 | 23 | 131 | 123 |
| Binary | 11111010 | 11000110 | 10101101 | 0 | 10101 | 11111 | 10 | 10011 | 1011001 | 1010011 |
Color Harmonies of #FAC6AD
Complementary color
Monochromatic Colors of #FAC6AD
Black with #FAC6AD
Text Example
Text Example
White with #FAC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6AD; }
p { color: rgb(250,198,173); }
H1.HeaderClassName
{
color: #FAC6AD;
}
.AnyTagClassName
{
color: #FAC6AD;
}
</style>
background-color css
<style>
a { background-color: #FAC6AD; }
a { background-color: rgb(250,198,173); }
div.DivClassName
{
background-color: #FAC6AD;
}
.BgClassName
{
background-color: #FAC6AD;
}
</style>
border-color css
<style>
span { border-color: #FAC6AD; }
span { border-color: rgb(250,198,173); }
td.TdClassName
{
border-color: #FAC6AD;
}
.TagClassName
{
border-color: #FAC6AD;
}
</style>