Shades of Apricot #FCCFB3
Tints of Apricot #FCCFB3
RGB
CMYK
RGB Variations
Color information
#FCCFB3 (or 0xFCCFB3) is known color: Apricot. HEX triplet: FC, CF and B3. RGB value is (252,207,179). Sum of RGB (Red+Green+Blue) = 252+207+179=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFB3 is #03304C. Grayscale: #D9D9D9. Windows color (decimal): -208973 or 11784188. OLE color: 11784188.
HSL color Cylindrical-coordinate representation of color #FCCFB3: hue angle of 23.01º 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 #FCCFB3 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 179 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.01 |
| HSL | 23.01º | 0.92% | 0.85% | - |
| HSV(B) | 23.01º | 0.29% | 0.99% | - |
| XYZ | 70.59 | 68.58 | 52.16 | - |
| YUV | 217.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 179 | 0 | 0.18 | 0.29 | 0.01 | 23.01 | 0.92 | 0.85 |
| Hex | FC | CF | B3 | 0 | 12 | 1D | 1 | 17 | 5C | 55 |
| Octal | 374 | 317 | 263 | 0 | 22 | 35 | 1 | 27 | 134 | 125 |
| Binary | 11111100 | 11001111 | 10110011 | 0 | 10010 | 11101 | 1 | 10111 | 1011100 | 1010101 |
Color Harmonies of #FCCFB3
Complementary color
Monochromatic Colors of #FCCFB3
Black with #FCCFB3
Text Example
Text Example
White with #FCCFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFB3; }
p { color: rgb(252,207,179); }
H1.HeaderClassName
{
color: #FCCFB3;
}
.AnyTagClassName
{
color: #FCCFB3;
}
</style>
background-color css
<style>
a { background-color: #FCCFB3; }
a { background-color: rgb(252,207,179); }
div.DivClassName
{
background-color: #FCCFB3;
}
.BgClassName
{
background-color: #FCCFB3;
}
</style>
border-color css
<style>
span { border-color: #FCCFB3; }
span { border-color: rgb(252,207,179); }
td.TdClassName
{
border-color: #FCCFB3;
}
.TagClassName
{
border-color: #FCCFB3;
}
</style>