Shades of Apricot #FCD1AD
Tints of Apricot #FCD1AD
RGB
CMYK
RGB Variations
Color information
#FCD1AD (or 0xFCD1AD) is known color: Apricot. HEX triplet: FC, D1 and AD. RGB value is (252,209,173). Sum of RGB (Red+Green+Blue) = 252+209+173=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1AD is #032E52. Grayscale: #D9D9D9. Windows color (decimal): -208467 or 11391484. OLE color: 11391484.
HSL color Cylindrical-coordinate representation of color #FCD1AD: hue angle of 27.34º 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 #FCD1AD is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 173 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.01 |
| HSL | 27.34º | 0.93% | 0.83% | - |
| HSV(B) | 27.34º | 0.31% | 0.99% | - |
| XYZ | 70.49 | 69.31 | 49.2 | - |
| YUV | 217.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 173 | 0 | 0.17 | 0.31 | 0.01 | 27.34 | 0.93 | 0.83 |
| Hex | FC | D1 | AD | 0 | 11 | 1F | 1 | 1B | 5D | 53 |
| Octal | 374 | 321 | 255 | 0 | 21 | 37 | 1 | 33 | 135 | 123 |
| Binary | 11111100 | 11010001 | 10101101 | 0 | 10001 | 11111 | 1 | 11011 | 1011101 | 1010011 |
Color Harmonies of #FCD1AD
Complementary color
Monochromatic Colors of #FCD1AD
Black with #FCD1AD
Text Example
Text Example
White with #FCD1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1AD; }
p { color: rgb(252,209,173); }
H1.HeaderClassName
{
color: #FCD1AD;
}
.AnyTagClassName
{
color: #FCD1AD;
}
</style>
background-color css
<style>
a { background-color: #FCD1AD; }
a { background-color: rgb(252,209,173); }
div.DivClassName
{
background-color: #FCD1AD;
}
.BgClassName
{
background-color: #FCD1AD;
}
</style>
border-color css
<style>
span { border-color: #FCD1AD; }
span { border-color: rgb(252,209,173); }
td.TdClassName
{
border-color: #FCD1AD;
}
.TagClassName
{
border-color: #FCD1AD;
}
</style>