Shades of Apricot #FCD4B1
Tints of Apricot #FCD4B1
RGB
CMYK
RGB Variations
Color information
#FCD4B1 (or 0xFCD4B1) is known color: Apricot. HEX triplet: FC, D4 and B1. RGB value is (252,212,177). Sum of RGB (Red+Green+Blue) = 252+212+177=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 177 (69.53% from 255 or 27.61% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4B1 is #032B4E. Grayscale: #DCDCDC. Windows color (decimal): -207695 or 11654396. OLE color: 11654396.
HSL color Cylindrical-coordinate representation of color #FCD4B1: hue angle of 28º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCD4B1 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 177 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.01 |
| HSL | 28º | 0.93% | 0.84% | - |
| HSV(B) | 28º | 0.3% | 0.99% | - |
| XYZ | 71.62 | 70.96 | 51.52 | - |
| YUV | 219.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 177 | 0 | 0.16 | 0.30 | 0.01 | 28 | 0.93 | 0.84 |
| Hex | FC | D4 | B1 | 0 | 10 | 1E | 1 | 1C | 5D | 54 |
| Octal | 374 | 324 | 261 | 0 | 20 | 36 | 1 | 34 | 135 | 124 |
| Binary | 11111100 | 11010100 | 10110001 | 0 | 10000 | 11110 | 1 | 11100 | 1011101 | 1010100 |
Color Harmonies of #FCD4B1
Complementary color
Monochromatic Colors of #FCD4B1
Black with #FCD4B1
Text Example
Text Example
White with #FCD4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4B1; }
p { color: rgb(252,212,177); }
H1.HeaderClassName
{
color: #FCD4B1;
}
.AnyTagClassName
{
color: #FCD4B1;
}
</style>
background-color css
<style>
a { background-color: #FCD4B1; }
a { background-color: rgb(252,212,177); }
div.DivClassName
{
background-color: #FCD4B1;
}
.BgClassName
{
background-color: #FCD4B1;
}
</style>
border-color css
<style>
span { border-color: #FCD4B1; }
span { border-color: rgb(252,212,177); }
td.TdClassName
{
border-color: #FCD4B1;
}
.TagClassName
{
border-color: #FCD4B1;
}
</style>