Shades of Apricot #FCC9AD
Tints of Apricot #FCC9AD
RGB
CMYK
RGB Variations
Color information
#FCC9AD (or 0xFCC9AD) is known color: Apricot. HEX triplet: FC, C9 and AD. RGB value is (252,201,173). Sum of RGB (Red+Green+Blue) = 252+201+173=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9AD is #033652. Grayscale: #D5D5D5. Windows color (decimal): -210515 or 11389436. OLE color: 11389436.
HSL color Cylindrical-coordinate representation of color #FCC9AD: hue angle of 21.27º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCC9AD is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 173 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.01 |
| HSL | 21.27º | 0.93% | 0.83% | - |
| HSV(B) | 21.27º | 0.31% | 0.99% | - |
| XYZ | 68.57 | 65.49 | 48.56 | - |
| YUV | 213.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 173 | 0 | 0.20 | 0.31 | 0.01 | 21.27 | 0.93 | 0.83 |
| Hex | FC | C9 | AD | 0 | 14 | 1F | 1 | 15 | 5D | 53 |
| Octal | 374 | 311 | 255 | 0 | 24 | 37 | 1 | 25 | 135 | 123 |
| Binary | 11111100 | 11001001 | 10101101 | 0 | 10100 | 11111 | 1 | 10101 | 1011101 | 1010011 |
Color Harmonies of #FCC9AD
Complementary color
Monochromatic Colors of #FCC9AD
Black with #FCC9AD
Text Example
Text Example
White with #FCC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9AD; }
p { color: rgb(252,201,173); }
H1.HeaderClassName
{
color: #FCC9AD;
}
.AnyTagClassName
{
color: #FCC9AD;
}
</style>
background-color css
<style>
a { background-color: #FCC9AD; }
a { background-color: rgb(252,201,173); }
div.DivClassName
{
background-color: #FCC9AD;
}
.BgClassName
{
background-color: #FCC9AD;
}
</style>
border-color css
<style>
span { border-color: #FCC9AD; }
span { border-color: rgb(252,201,173); }
td.TdClassName
{
border-color: #FCC9AD;
}
.TagClassName
{
border-color: #FCC9AD;
}
</style>