Shades of Apricot #FCD0B6
Tints of Apricot #FCD0B6
RGB
CMYK
RGB Variations
Color information
#FCD0B6 (or 0xFCD0B6) is known color: Apricot. HEX triplet: FC, D0 and B6. RGB value is (252,208,182). Sum of RGB (Red+Green+Blue) = 252+208+182=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0B6 is #032F49. Grayscale: #DADADA. Windows color (decimal): -208714 or 11981052. OLE color: 11981052.
HSL color Cylindrical-coordinate representation of color #FCD0B6: hue angle of 22.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCD0B6 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 182 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.01 |
| HSL | 22.29º | 0.92% | 0.85% | - |
| HSV(B) | 22.29º | 0.28% | 0.99% | - |
| XYZ | 71.14 | 69.18 | 53.86 | - |
| YUV | 218.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 182 | 0 | 0.17 | 0.28 | 0.01 | 22.29 | 0.92 | 0.85 |
| Hex | FC | D0 | B6 | 0 | 11 | 1C | 1 | 16 | 5C | 55 |
| Octal | 374 | 320 | 266 | 0 | 21 | 34 | 1 | 26 | 134 | 125 |
| Binary | 11111100 | 11010000 | 10110110 | 0 | 10001 | 11100 | 1 | 10110 | 1011100 | 1010101 |
Color Harmonies of #FCD0B6
Complementary color
Monochromatic Colors of #FCD0B6
Black with #FCD0B6
Text Example
Text Example
White with #FCD0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0B6; }
p { color: rgb(252,208,182); }
H1.HeaderClassName
{
color: #FCD0B6;
}
.AnyTagClassName
{
color: #FCD0B6;
}
</style>
background-color css
<style>
a { background-color: #FCD0B6; }
a { background-color: rgb(252,208,182); }
div.DivClassName
{
background-color: #FCD0B6;
}
.BgClassName
{
background-color: #FCD0B6;
}
</style>
border-color css
<style>
span { border-color: #FCD0B6; }
span { border-color: rgb(252,208,182); }
td.TdClassName
{
border-color: #FCD0B6;
}
.TagClassName
{
border-color: #FCD0B6;
}
</style>