Shades of Apricot #FCC5AF
Tints of Apricot #FCC5AF
RGB
CMYK
RGB Variations
Color information
#FCC5AF (or 0xFCC5AF) is known color: Apricot. HEX triplet: FC, C5 and AF. RGB value is (252,197,175). Sum of RGB (Red+Green+Blue) = 252+197+175=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5AF is #033A50. Grayscale: #D3D3D3. Windows color (decimal): -211537 or 11519484. OLE color: 11519484.
HSL color Cylindrical-coordinate representation of color #FCC5AF: hue angle of 17.14º 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 #FCC5AF is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 175 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.01 |
| HSL | 17.14º | 0.93% | 0.84% | - |
| HSV(B) | 17.14º | 0.31% | 0.99% | - |
| XYZ | 67.85 | 63.72 | 49.28 | - |
| YUV | 210.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 175 | 0 | 0.22 | 0.31 | 0.01 | 17.14 | 0.93 | 0.84 |
| Hex | FC | C5 | AF | 0 | 16 | 1F | 1 | 11 | 5D | 54 |
| Octal | 374 | 305 | 257 | 0 | 26 | 37 | 1 | 21 | 135 | 124 |
| Binary | 11111100 | 11000101 | 10101111 | 0 | 10110 | 11111 | 1 | 10001 | 1011101 | 1010100 |
Color Harmonies of #FCC5AF
Complementary color
Monochromatic Colors of #FCC5AF
Black with #FCC5AF
Text Example
Text Example
White with #FCC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5AF; }
p { color: rgb(252,197,175); }
H1.HeaderClassName
{
color: #FCC5AF;
}
.AnyTagClassName
{
color: #FCC5AF;
}
</style>
background-color css
<style>
a { background-color: #FCC5AF; }
a { background-color: rgb(252,197,175); }
div.DivClassName
{
background-color: #FCC5AF;
}
.BgClassName
{
background-color: #FCC5AF;
}
</style>
border-color css
<style>
span { border-color: #FCC5AF; }
span { border-color: rgb(252,197,175); }
td.TdClassName
{
border-color: #FCC5AF;
}
.TagClassName
{
border-color: #FCC5AF;
}
</style>