Shades of Apricot #FCCEB3
Tints of Apricot #FCCEB3
RGB
CMYK
RGB Variations
Color information
#FCCEB3 (or 0xFCCEB3) is known color: Apricot. HEX triplet: FC, CE and B3. RGB value is (252,206,179). Sum of RGB (Red+Green+Blue) = 252+206+179=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEB3 is #03314C. Grayscale: #D8D8D8. Windows color (decimal): -209229 or 11783932. OLE color: 11783932.
HSL color Cylindrical-coordinate representation of color #FCCEB3: hue angle of 22.19º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCCEB3 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 179 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.01 |
| HSL | 22.19º | 0.92% | 0.85% | - |
| HSV(B) | 22.19º | 0.29% | 0.99% | - |
| XYZ | 70.35 | 68.09 | 52.08 | - |
| YUV | 216.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 179 | 0 | 0.18 | 0.29 | 0.01 | 22.19 | 0.92 | 0.85 |
| Hex | FC | CE | B3 | 0 | 12 | 1D | 1 | 16 | 5C | 55 |
| Octal | 374 | 316 | 263 | 0 | 22 | 35 | 1 | 26 | 134 | 125 |
| Binary | 11111100 | 11001110 | 10110011 | 0 | 10010 | 11101 | 1 | 10110 | 1011100 | 1010101 |
Color Harmonies of #FCCEB3
Complementary color
Monochromatic Colors of #FCCEB3
Black with #FCCEB3
Text Example
Text Example
White with #FCCEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEB3; }
p { color: rgb(252,206,179); }
H1.HeaderClassName
{
color: #FCCEB3;
}
.AnyTagClassName
{
color: #FCCEB3;
}
</style>
background-color css
<style>
a { background-color: #FCCEB3; }
a { background-color: rgb(252,206,179); }
div.DivClassName
{
background-color: #FCCEB3;
}
.BgClassName
{
background-color: #FCCEB3;
}
</style>
border-color css
<style>
span { border-color: #FCCEB3; }
span { border-color: rgb(252,206,179); }
td.TdClassName
{
border-color: #FCCEB3;
}
.TagClassName
{
border-color: #FCCEB3;
}
</style>