Shades of Apricot #FCC8AD
Tints of Apricot #FCC8AD
RGB
CMYK
RGB Variations
Color information
#FCC8AD (or 0xFCC8AD) is known color: Apricot. HEX triplet: FC, C8 and AD. RGB value is (252,200,173). Sum of RGB (Red+Green+Blue) = 252+200+173=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC8AD is #033752. Grayscale: #D4D4D4. Windows color (decimal): -210771 or 11389180. OLE color: 11389180.
HSL color Cylindrical-coordinate representation of color #FCC8AD: hue angle of 20.51º 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 #FCC8AD is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 173 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.01 |
| HSL | 20.51º | 0.93% | 0.83% | - |
| HSV(B) | 20.51º | 0.31% | 0.99% | - |
| XYZ | 68.34 | 65.02 | 48.48 | - |
| YUV | 212.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 173 | 0 | 0.21 | 0.31 | 0.01 | 20.51 | 0.93 | 0.83 |
| Hex | FC | C8 | AD | 0 | 15 | 1F | 1 | 15 | 5D | 53 |
| Octal | 374 | 310 | 255 | 0 | 25 | 37 | 1 | 25 | 135 | 123 |
| Binary | 11111100 | 11001000 | 10101101 | 0 | 10101 | 11111 | 1 | 10101 | 1011101 | 1010011 |
Color Harmonies of #FCC8AD
Complementary color
Monochromatic Colors of #FCC8AD
Black with #FCC8AD
Text Example
Text Example
White with #FCC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8AD; }
p { color: rgb(252,200,173); }
H1.HeaderClassName
{
color: #FCC8AD;
}
.AnyTagClassName
{
color: #FCC8AD;
}
</style>
background-color css
<style>
a { background-color: #FCC8AD; }
a { background-color: rgb(252,200,173); }
div.DivClassName
{
background-color: #FCC8AD;
}
.BgClassName
{
background-color: #FCC8AD;
}
</style>
border-color css
<style>
span { border-color: #FCC8AD; }
span { border-color: rgb(252,200,173); }
td.TdClassName
{
border-color: #FCC8AD;
}
.TagClassName
{
border-color: #FCC8AD;
}
</style>