Shades of Apricot #FCC9AF
Tints of Apricot #FCC9AF
RGB
CMYK
RGB Variations
Color information
#FCC9AF (or 0xFCC9AF) is known color: Apricot. HEX triplet: FC, C9 and AF. RGB value is (252,201,175). Sum of RGB (Red+Green+Blue) = 252+201+175=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9AF is #033650. Grayscale: #D5D5D5. Windows color (decimal): -210513 or 11520508. OLE color: 11520508.
HSL color Cylindrical-coordinate representation of color #FCC9AF: hue angle of 20.26º 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 #FCC9AF is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 175 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.01 |
| HSL | 20.26º | 0.93% | 0.84% | - |
| HSV(B) | 20.26º | 0.31% | 0.99% | - |
| XYZ | 68.77 | 65.56 | 49.59 | - |
| YUV | 213.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 175 | 0 | 0.20 | 0.31 | 0.01 | 20.26 | 0.93 | 0.84 |
| Hex | FC | C9 | AF | 0 | 14 | 1F | 1 | 14 | 5D | 54 |
| Octal | 374 | 311 | 257 | 0 | 24 | 37 | 1 | 24 | 135 | 124 |
| Binary | 11111100 | 11001001 | 10101111 | 0 | 10100 | 11111 | 1 | 10100 | 1011101 | 1010100 |
Color Harmonies of #FCC9AF
Complementary color
Monochromatic Colors of #FCC9AF
Black with #FCC9AF
Text Example
Text Example
White with #FCC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9AF; }
p { color: rgb(252,201,175); }
H1.HeaderClassName
{
color: #FCC9AF;
}
.AnyTagClassName
{
color: #FCC9AF;
}
</style>
background-color css
<style>
a { background-color: #FCC9AF; }
a { background-color: rgb(252,201,175); }
div.DivClassName
{
background-color: #FCC9AF;
}
.BgClassName
{
background-color: #FCC9AF;
}
</style>
border-color css
<style>
span { border-color: #FCC9AF; }
span { border-color: rgb(252,201,175); }
td.TdClassName
{
border-color: #FCC9AF;
}
.TagClassName
{
border-color: #FCC9AF;
}
</style>