Shades of Apricot #FCCEB5
Tints of Apricot #FCCEB5
RGB
CMYK
RGB Variations
Color information
#FCCEB5 (or 0xFCCEB5) is known color: Apricot. HEX triplet: FC, CE and B5. RGB value is (252,206,181). Sum of RGB (Red+Green+Blue) = 252+206+181=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEB5 is #03314A. Grayscale: #D9D9D9. Windows color (decimal): -209227 or 11915004. OLE color: 11915004.
HSL color Cylindrical-coordinate representation of color #FCCEB5: hue angle of 21.13º 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 #FCCEB5 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 181 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.01 |
| HSL | 21.13º | 0.92% | 0.85% | - |
| HSV(B) | 21.13º | 0.28% | 0.99% | - |
| XYZ | 70.56 | 68.17 | 53.16 | - |
| YUV | 216.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 181 | 0 | 0.18 | 0.28 | 0.01 | 21.13 | 0.92 | 0.85 |
| Hex | FC | CE | B5 | 0 | 12 | 1C | 1 | 15 | 5C | 55 |
| Octal | 374 | 316 | 265 | 0 | 22 | 34 | 1 | 25 | 134 | 125 |
| Binary | 11111100 | 11001110 | 10110101 | 0 | 10010 | 11100 | 1 | 10101 | 1011100 | 1010101 |
Color Harmonies of #FCCEB5
Complementary color
Monochromatic Colors of #FCCEB5
Black with #FCCEB5
Text Example
Text Example
White with #FCCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEB5; }
p { color: rgb(252,206,181); }
H1.HeaderClassName
{
color: #FCCEB5;
}
.AnyTagClassName
{
color: #FCCEB5;
}
</style>
background-color css
<style>
a { background-color: #FCCEB5; }
a { background-color: rgb(252,206,181); }
div.DivClassName
{
background-color: #FCCEB5;
}
.BgClassName
{
background-color: #FCCEB5;
}
</style>
border-color css
<style>
span { border-color: #FCCEB5; }
span { border-color: rgb(252,206,181); }
td.TdClassName
{
border-color: #FCCEB5;
}
.TagClassName
{
border-color: #FCCEB5;
}
</style>