Shades of Apricot #FCD4AF
Tints of Apricot #FCD4AF
RGB
CMYK
RGB Variations
Color information
#FCD4AF (or 0xFCD4AF) is known color: Apricot. HEX triplet: FC, D4 and AF. RGB value is (252,212,175). Sum of RGB (Red+Green+Blue) = 252+212+175=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4AF is #032B50. Grayscale: #DBDBDB. Windows color (decimal): -207697 or 11523324. OLE color: 11523324.
HSL color Cylindrical-coordinate representation of color #FCD4AF: hue angle of 28.83º 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 #FCD4AF is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 175 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.01 |
| HSL | 28.83º | 0.93% | 0.84% | - |
| HSV(B) | 28.83º | 0.31% | 0.99% | - |
| XYZ | 71.43 | 70.88 | 50.47 | - |
| YUV | 219.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 175 | 0 | 0.16 | 0.31 | 0.01 | 28.83 | 0.93 | 0.84 |
| Hex | FC | D4 | AF | 0 | 10 | 1F | 1 | 1D | 5D | 54 |
| Octal | 374 | 324 | 257 | 0 | 20 | 37 | 1 | 35 | 135 | 124 |
| Binary | 11111100 | 11010100 | 10101111 | 0 | 10000 | 11111 | 1 | 11101 | 1011101 | 1010100 |
Color Harmonies of #FCD4AF
Complementary color
Monochromatic Colors of #FCD4AF
Black with #FCD4AF
Text Example
Text Example
White with #FCD4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4AF; }
p { color: rgb(252,212,175); }
H1.HeaderClassName
{
color: #FCD4AF;
}
.AnyTagClassName
{
color: #FCD4AF;
}
</style>
background-color css
<style>
a { background-color: #FCD4AF; }
a { background-color: rgb(252,212,175); }
div.DivClassName
{
background-color: #FCD4AF;
}
.BgClassName
{
background-color: #FCD4AF;
}
</style>
border-color css
<style>
span { border-color: #FCD4AF; }
span { border-color: rgb(252,212,175); }
td.TdClassName
{
border-color: #FCD4AF;
}
.TagClassName
{
border-color: #FCD4AF;
}
</style>