Shades of Apricot #FCCEAC
Tints of Apricot #FCCEAC
RGB
CMYK
RGB Variations
Color information
#FCCEAC (or 0xFCCEAC) is known color: Apricot. HEX triplet: FC, CE and AC. RGB value is (252,206,172). Sum of RGB (Red+Green+Blue) = 252+206+172=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEAC is #033153. Grayscale: #D8D8D8. Windows color (decimal): -209236 or 11325180. OLE color: 11325180.
HSL color Cylindrical-coordinate representation of color #FCCEAC: hue angle of 25.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCCEAC is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 172 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.01 |
| HSL | 25.5º | 0.93% | 0.83% | - |
| HSV(B) | 25.5º | 0.32% | 0.99% | - |
| XYZ | 69.66 | 67.82 | 48.45 | - |
| YUV | 215.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 172 | 0 | 0.18 | 0.32 | 0.01 | 25.5 | 0.93 | 0.83 |
| Hex | FC | CE | AC | 0 | 12 | 20 | 1 | 1A | 5D | 53 |
| Octal | 374 | 316 | 254 | 0 | 22 | 40 | 1 | 32 | 135 | 123 |
| Binary | 11111100 | 11001110 | 10101100 | 0 | 10010 | 100000 | 1 | 11010 | 1011101 | 1010011 |
Color Harmonies of #FCCEAC
Complementary color
Monochromatic Colors of #FCCEAC
Black with #FCCEAC
Text Example
Text Example
White with #FCCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEAC; }
p { color: rgb(252,206,172); }
H1.HeaderClassName
{
color: #FCCEAC;
}
.AnyTagClassName
{
color: #FCCEAC;
}
</style>
background-color css
<style>
a { background-color: #FCCEAC; }
a { background-color: rgb(252,206,172); }
div.DivClassName
{
background-color: #FCCEAC;
}
.BgClassName
{
background-color: #FCCEAC;
}
</style>
border-color css
<style>
span { border-color: #FCCEAC; }
span { border-color: rgb(252,206,172); }
td.TdClassName
{
border-color: #FCCEAC;
}
.TagClassName
{
border-color: #FCCEAC;
}
</style>