Shades of Apricot #FCD4B2
Tints of Apricot #FCD4B2
RGB
CMYK
RGB Variations
Color information
#FCD4B2 (or 0xFCD4B2) is known color: Apricot. HEX triplet: FC, D4 and B2. RGB value is (252,212,178). Sum of RGB (Red+Green+Blue) = 252+212+178=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD4B2 is #032B4D. Grayscale: #DCDCDC. Windows color (decimal): -207694 or 11719932. OLE color: 11719932.
HSL color Cylindrical-coordinate representation of color #FCD4B2: hue angle of 27.57º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCD4B2 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 178 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.01 |
| HSL | 27.57º | 0.93% | 0.84% | - |
| HSV(B) | 27.57º | 0.29% | 0.99% | - |
| XYZ | 71.72 | 71 | 52.04 | - |
| YUV | 220.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 178 | 0 | 0.16 | 0.29 | 0.01 | 27.57 | 0.93 | 0.84 |
| Hex | FC | D4 | B2 | 0 | 10 | 1D | 1 | 1C | 5C | 54 |
| Octal | 374 | 324 | 262 | 0 | 20 | 35 | 1 | 34 | 134 | 124 |
| Binary | 11111100 | 11010100 | 10110010 | 0 | 10000 | 11101 | 1 | 11100 | 1011100 | 1010100 |
Color Harmonies of #FCD4B2
Complementary color
Monochromatic Colors of #FCD4B2
Black with #FCD4B2
Text Example
Text Example
White with #FCD4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4B2; }
p { color: rgb(252,212,178); }
H1.HeaderClassName
{
color: #FCD4B2;
}
.AnyTagClassName
{
color: #FCD4B2;
}
</style>
background-color css
<style>
a { background-color: #FCD4B2; }
a { background-color: rgb(252,212,178); }
div.DivClassName
{
background-color: #FCD4B2;
}
.BgClassName
{
background-color: #FCD4B2;
}
</style>
border-color css
<style>
span { border-color: #FCD4B2; }
span { border-color: rgb(252,212,178); }
td.TdClassName
{
border-color: #FCD4B2;
}
.TagClassName
{
border-color: #FCD4B2;
}
</style>