Shades of Apricot #FCD3AF
Tints of Apricot #FCD3AF
RGB
CMYK
RGB Variations
Color information
#FCD3AF (or 0xFCD3AF) is known color: Apricot. HEX triplet: FC, D3 and AF. RGB value is (252,211,175). Sum of RGB (Red+Green+Blue) = 252+211+175=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD3AF is #032C50. Grayscale: #DBDBDB. Windows color (decimal): -207953 or 11523068. OLE color: 11523068.
HSL color Cylindrical-coordinate representation of color #FCD3AF: hue angle of 28.05º 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 #FCD3AF is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 175 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.01 |
| HSL | 28.05º | 0.93% | 0.84% | - |
| HSV(B) | 28.05º | 0.31% | 0.99% | - |
| XYZ | 71.18 | 70.38 | 50.39 | - |
| YUV | 219.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 175 | 0 | 0.16 | 0.31 | 0.01 | 28.05 | 0.93 | 0.84 |
| Hex | FC | D3 | AF | 0 | 10 | 1F | 1 | 1C | 5D | 54 |
| Octal | 374 | 323 | 257 | 0 | 20 | 37 | 1 | 34 | 135 | 124 |
| Binary | 11111100 | 11010011 | 10101111 | 0 | 10000 | 11111 | 1 | 11100 | 1011101 | 1010100 |
Color Harmonies of #FCD3AF
Complementary color
Monochromatic Colors of #FCD3AF
Black with #FCD3AF
Text Example
Text Example
White with #FCD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3AF; }
p { color: rgb(252,211,175); }
H1.HeaderClassName
{
color: #FCD3AF;
}
.AnyTagClassName
{
color: #FCD3AF;
}
</style>
background-color css
<style>
a { background-color: #FCD3AF; }
a { background-color: rgb(252,211,175); }
div.DivClassName
{
background-color: #FCD3AF;
}
.BgClassName
{
background-color: #FCD3AF;
}
</style>
border-color css
<style>
span { border-color: #FCD3AF; }
span { border-color: rgb(252,211,175); }
td.TdClassName
{
border-color: #FCD3AF;
}
.TagClassName
{
border-color: #FCD3AF;
}
</style>