Shades of Apricot #FCD4AD
Tints of Apricot #FCD4AD
RGB
CMYK
RGB Variations
Color information
#FCD4AD (or 0xFCD4AD) is known color: Apricot. HEX triplet: FC, D4 and AD. RGB value is (252,212,173). Sum of RGB (Red+Green+Blue) = 252+212+173=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4AD is #032B52. Grayscale: #DBDBDB. Windows color (decimal): -207699 or 11392252. OLE color: 11392252.
HSL color Cylindrical-coordinate representation of color #FCD4AD: hue angle of 29.62º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCD4AD is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 173 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.01 |
| HSL | 29.62º | 0.93% | 0.83% | - |
| HSV(B) | 29.62º | 0.31% | 0.99% | - |
| XYZ | 71.23 | 70.8 | 49.45 | - |
| YUV | 219.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 173 | 0 | 0.16 | 0.31 | 0.01 | 29.62 | 0.93 | 0.83 |
| Hex | FC | D4 | AD | 0 | 10 | 1F | 1 | 1E | 5D | 53 |
| Octal | 374 | 324 | 255 | 0 | 20 | 37 | 1 | 36 | 135 | 123 |
| Binary | 11111100 | 11010100 | 10101101 | 0 | 10000 | 11111 | 1 | 11110 | 1011101 | 1010011 |
Color Harmonies of #FCD4AD
Complementary color
Monochromatic Colors of #FCD4AD
Black with #FCD4AD
Text Example
Text Example
White with #FCD4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4AD; }
p { color: rgb(252,212,173); }
H1.HeaderClassName
{
color: #FCD4AD;
}
.AnyTagClassName
{
color: #FCD4AD;
}
</style>
background-color css
<style>
a { background-color: #FCD4AD; }
a { background-color: rgb(252,212,173); }
div.DivClassName
{
background-color: #FCD4AD;
}
.BgClassName
{
background-color: #FCD4AD;
}
</style>
border-color css
<style>
span { border-color: #FCD4AD; }
span { border-color: rgb(252,212,173); }
td.TdClassName
{
border-color: #FCD4AD;
}
.TagClassName
{
border-color: #FCD4AD;
}
</style>