Shades of Apricot #FCCFB4
Tints of Apricot #FCCFB4
RGB
CMYK
RGB Variations
Color information
#FCCFB4 (or 0xFCCFB4) is known color: Apricot. HEX triplet: FC, CF and B4. RGB value is (252,207,180). Sum of RGB (Red+Green+Blue) = 252+207+180=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFB4 is #03304B. Grayscale: #D9D9D9. Windows color (decimal): -208972 or 11849724. OLE color: 11849724.
HSL color Cylindrical-coordinate representation of color #FCCFB4: hue angle of 22.5º 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 #FCCFB4 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 180 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.01 |
| HSL | 22.5º | 0.92% | 0.85% | - |
| HSV(B) | 22.5º | 0.29% | 0.99% | - |
| XYZ | 70.7 | 68.62 | 52.7 | - |
| YUV | 217.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 180 | 0 | 0.18 | 0.29 | 0.01 | 22.5 | 0.92 | 0.85 |
| Hex | FC | CF | B4 | 0 | 12 | 1D | 1 | 16 | 5C | 55 |
| Octal | 374 | 317 | 264 | 0 | 22 | 35 | 1 | 26 | 134 | 125 |
| Binary | 11111100 | 11001111 | 10110100 | 0 | 10010 | 11101 | 1 | 10110 | 1011100 | 1010101 |
Color Harmonies of #FCCFB4
Complementary color
Monochromatic Colors of #FCCFB4
Black with #FCCFB4
Text Example
Text Example
White with #FCCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFB4; }
p { color: rgb(252,207,180); }
H1.HeaderClassName
{
color: #FCCFB4;
}
.AnyTagClassName
{
color: #FCCFB4;
}
</style>
background-color css
<style>
a { background-color: #FCCFB4; }
a { background-color: rgb(252,207,180); }
div.DivClassName
{
background-color: #FCCFB4;
}
.BgClassName
{
background-color: #FCCFB4;
}
</style>
border-color css
<style>
span { border-color: #FCCFB4; }
span { border-color: rgb(252,207,180); }
td.TdClassName
{
border-color: #FCCFB4;
}
.TagClassName
{
border-color: #FCCFB4;
}
</style>