Shades of Apricot #FCCEB6
Tints of Apricot #FCCEB6
RGB
CMYK
RGB Variations
Color information
#FCCEB6 (or 0xFCCEB6) is known color: Apricot. HEX triplet: FC, CE and B6. RGB value is (252,206,182). Sum of RGB (Red+Green+Blue) = 252+206+182=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEB6 is #033149. Grayscale: #D9D9D9. Windows color (decimal): -209226 or 11980540. OLE color: 11980540.
HSL color Cylindrical-coordinate representation of color #FCCEB6: hue angle of 20.57º 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 #FCCEB6 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 182 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.01 |
| HSL | 20.57º | 0.92% | 0.85% | - |
| HSV(B) | 20.57º | 0.28% | 0.99% | - |
| XYZ | 70.66 | 68.22 | 53.7 | - |
| YUV | 217.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 182 | 0 | 0.18 | 0.28 | 0.01 | 20.57 | 0.92 | 0.85 |
| Hex | FC | CE | B6 | 0 | 12 | 1C | 1 | 15 | 5C | 55 |
| Octal | 374 | 316 | 266 | 0 | 22 | 34 | 1 | 25 | 134 | 125 |
| Binary | 11111100 | 11001110 | 10110110 | 0 | 10010 | 11100 | 1 | 10101 | 1011100 | 1010101 |
Color Harmonies of #FCCEB6
Complementary color
Monochromatic Colors of #FCCEB6
Black with #FCCEB6
Text Example
Text Example
White with #FCCEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEB6; }
p { color: rgb(252,206,182); }
H1.HeaderClassName
{
color: #FCCEB6;
}
.AnyTagClassName
{
color: #FCCEB6;
}
</style>
background-color css
<style>
a { background-color: #FCCEB6; }
a { background-color: rgb(252,206,182); }
div.DivClassName
{
background-color: #FCCEB6;
}
.BgClassName
{
background-color: #FCCEB6;
}
</style>
border-color css
<style>
span { border-color: #FCCEB6; }
span { border-color: rgb(252,206,182); }
td.TdClassName
{
border-color: #FCCEB6;
}
.TagClassName
{
border-color: #FCCEB6;
}
</style>