Shades of Apricot #FCC8AF
Tints of Apricot #FCC8AF
RGB
CMYK
RGB Variations
Color information
#FCC8AF (or 0xFCC8AF) is known color: Apricot. HEX triplet: FC, C8 and AF. RGB value is (252,200,175). Sum of RGB (Red+Green+Blue) = 252+200+175=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC8AF is #033750. Grayscale: #D4D4D4. Windows color (decimal): -210769 or 11520252. OLE color: 11520252.
HSL color Cylindrical-coordinate representation of color #FCC8AF: hue angle of 19.48º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCC8AF is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 175 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.01 |
| HSL | 19.48º | 0.93% | 0.84% | - |
| HSV(B) | 19.48º | 0.31% | 0.99% | - |
| XYZ | 68.54 | 65.1 | 49.51 | - |
| YUV | 212.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 175 | 0 | 0.21 | 0.31 | 0.01 | 19.48 | 0.93 | 0.84 |
| Hex | FC | C8 | AF | 0 | 15 | 1F | 1 | 13 | 5D | 54 |
| Octal | 374 | 310 | 257 | 0 | 25 | 37 | 1 | 23 | 135 | 124 |
| Binary | 11111100 | 11001000 | 10101111 | 0 | 10101 | 11111 | 1 | 10011 | 1011101 | 1010100 |
Color Harmonies of #FCC8AF
Complementary color
Monochromatic Colors of #FCC8AF
Black with #FCC8AF
Text Example
Text Example
White with #FCC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8AF; }
p { color: rgb(252,200,175); }
H1.HeaderClassName
{
color: #FCC8AF;
}
.AnyTagClassName
{
color: #FCC8AF;
}
</style>
background-color css
<style>
a { background-color: #FCC8AF; }
a { background-color: rgb(252,200,175); }
div.DivClassName
{
background-color: #FCC8AF;
}
.BgClassName
{
background-color: #FCC8AF;
}
</style>
border-color css
<style>
span { border-color: #FCC8AF; }
span { border-color: rgb(252,200,175); }
td.TdClassName
{
border-color: #FCC8AF;
}
.TagClassName
{
border-color: #FCC8AF;
}
</style>