Shades of Apricot #FCD1B1
Tints of Apricot #FCD1B1
RGB
CMYK
RGB Variations
Color information
#FCD1B1 (or 0xFCD1B1) is known color: Apricot. HEX triplet: FC, D1 and B1. RGB value is (252,209,177). Sum of RGB (Red+Green+Blue) = 252+209+177=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1B1 is #032E4E. Grayscale: #DADADA. Windows color (decimal): -208463 or 11653628. OLE color: 11653628.
HSL color Cylindrical-coordinate representation of color #FCD1B1: hue angle of 25.6º 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 #FCD1B1 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 177 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.01 |
| HSL | 25.6º | 0.93% | 0.84% | - |
| HSV(B) | 25.6º | 0.3% | 0.99% | - |
| XYZ | 70.88 | 69.47 | 51.27 | - |
| YUV | 218.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 177 | 0 | 0.17 | 0.30 | 0.01 | 25.6 | 0.93 | 0.84 |
| Hex | FC | D1 | B1 | 0 | 11 | 1E | 1 | 1A | 5D | 54 |
| Octal | 374 | 321 | 261 | 0 | 21 | 36 | 1 | 32 | 135 | 124 |
| Binary | 11111100 | 11010001 | 10110001 | 0 | 10001 | 11110 | 1 | 11010 | 1011101 | 1010100 |
Color Harmonies of #FCD1B1
Complementary color
Monochromatic Colors of #FCD1B1
Black with #FCD1B1
Text Example
Text Example
White with #FCD1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1B1; }
p { color: rgb(252,209,177); }
H1.HeaderClassName
{
color: #FCD1B1;
}
.AnyTagClassName
{
color: #FCD1B1;
}
</style>
background-color css
<style>
a { background-color: #FCD1B1; }
a { background-color: rgb(252,209,177); }
div.DivClassName
{
background-color: #FCD1B1;
}
.BgClassName
{
background-color: #FCD1B1;
}
</style>
border-color css
<style>
span { border-color: #FCD1B1; }
span { border-color: rgb(252,209,177); }
td.TdClassName
{
border-color: #FCD1B1;
}
.TagClassName
{
border-color: #FCD1B1;
}
</style>