Shades of Apricot #FCCEB0
Tints of Apricot #FCCEB0
RGB
CMYK
RGB Variations
Color information
#FCCEB0 (or 0xFCCEB0) is known color: Apricot. HEX triplet: FC, CE and B0. RGB value is (252,206,176). Sum of RGB (Red+Green+Blue) = 252+206+176=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEB0 is #03314F. Grayscale: #D8D8D8. Windows color (decimal): -209232 or 11587324. OLE color: 11587324.
HSL color Cylindrical-coordinate representation of color #FCCEB0: hue angle of 23.68º 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 #FCCEB0 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 176 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.01 |
| HSL | 23.68º | 0.93% | 0.84% | - |
| HSV(B) | 23.68º | 0.3% | 0.99% | - |
| XYZ | 70.05 | 67.97 | 50.5 | - |
| YUV | 216.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 176 | 0 | 0.18 | 0.30 | 0.01 | 23.68 | 0.93 | 0.84 |
| Hex | FC | CE | B0 | 0 | 12 | 1E | 1 | 18 | 5D | 54 |
| Octal | 374 | 316 | 260 | 0 | 22 | 36 | 1 | 30 | 135 | 124 |
| Binary | 11111100 | 11001110 | 10110000 | 0 | 10010 | 11110 | 1 | 11000 | 1011101 | 1010100 |
Color Harmonies of #FCCEB0
Complementary color
Monochromatic Colors of #FCCEB0
Black with #FCCEB0
Text Example
Text Example
White with #FCCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEB0; }
p { color: rgb(252,206,176); }
H1.HeaderClassName
{
color: #FCCEB0;
}
.AnyTagClassName
{
color: #FCCEB0;
}
</style>
background-color css
<style>
a { background-color: #FCCEB0; }
a { background-color: rgb(252,206,176); }
div.DivClassName
{
background-color: #FCCEB0;
}
.BgClassName
{
background-color: #FCCEB0;
}
</style>
border-color css
<style>
span { border-color: #FCCEB0; }
span { border-color: rgb(252,206,176); }
td.TdClassName
{
border-color: #FCCEB0;
}
.TagClassName
{
border-color: #FCCEB0;
}
</style>