Shades of Apricot #FCCEB1
Tints of Apricot #FCCEB1
RGB
CMYK
RGB Variations
Color information
#FCCEB1 (or 0xFCCEB1) is known color: Apricot. HEX triplet: FC, CE and B1. RGB value is (252,206,177). Sum of RGB (Red+Green+Blue) = 252+206+177=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEB1 is #03314E. Grayscale: #D8D8D8. Windows color (decimal): -209231 or 11652860. OLE color: 11652860.
HSL color Cylindrical-coordinate representation of color #FCCEB1: hue angle of 23.2º 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 #FCCEB1 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 177 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.01 |
| HSL | 23.2º | 0.93% | 0.84% | - |
| HSV(B) | 23.2º | 0.3% | 0.99% | - |
| XYZ | 70.15 | 68.01 | 51.03 | - |
| YUV | 216.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 177 | 0 | 0.18 | 0.30 | 0.01 | 23.2 | 0.93 | 0.84 |
| Hex | FC | CE | B1 | 0 | 12 | 1E | 1 | 17 | 5D | 54 |
| Octal | 374 | 316 | 261 | 0 | 22 | 36 | 1 | 27 | 135 | 124 |
| Binary | 11111100 | 11001110 | 10110001 | 0 | 10010 | 11110 | 1 | 10111 | 1011101 | 1010100 |
Color Harmonies of #FCCEB1
Complementary color
Monochromatic Colors of #FCCEB1
Black with #FCCEB1
Text Example
Text Example
White with #FCCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEB1; }
p { color: rgb(252,206,177); }
H1.HeaderClassName
{
color: #FCCEB1;
}
.AnyTagClassName
{
color: #FCCEB1;
}
</style>
background-color css
<style>
a { background-color: #FCCEB1; }
a { background-color: rgb(252,206,177); }
div.DivClassName
{
background-color: #FCCEB1;
}
.BgClassName
{
background-color: #FCCEB1;
}
</style>
border-color css
<style>
span { border-color: #FCCEB1; }
span { border-color: rgb(252,206,177); }
td.TdClassName
{
border-color: #FCCEB1;
}
.TagClassName
{
border-color: #FCCEB1;
}
</style>