Shades of Apricot #FCCFB5
Tints of Apricot #FCCFB5
RGB
CMYK
RGB Variations
Color information
#FCCFB5 (or 0xFCCFB5) is known color: Apricot. HEX triplet: FC, CF and B5. RGB value is (252,207,181). Sum of RGB (Red+Green+Blue) = 252+207+181=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFB5 is #03304A. Grayscale: #D9D9D9. Windows color (decimal): -208971 or 11915260. OLE color: 11915260.
HSL color Cylindrical-coordinate representation of color #FCCFB5: hue angle of 21.97º 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 #FCCFB5 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 181 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.01 |
| HSL | 21.97º | 0.92% | 0.85% | - |
| HSV(B) | 21.97º | 0.28% | 0.99% | - |
| XYZ | 70.8 | 68.66 | 53.24 | - |
| YUV | 217.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 181 | 0 | 0.18 | 0.28 | 0.01 | 21.97 | 0.92 | 0.85 |
| Hex | FC | CF | B5 | 0 | 12 | 1C | 1 | 16 | 5C | 55 |
| Octal | 374 | 317 | 265 | 0 | 22 | 34 | 1 | 26 | 134 | 125 |
| Binary | 11111100 | 11001111 | 10110101 | 0 | 10010 | 11100 | 1 | 10110 | 1011100 | 1010101 |
Color Harmonies of #FCCFB5
Complementary color
Monochromatic Colors of #FCCFB5
Black with #FCCFB5
Text Example
Text Example
White with #FCCFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFB5; }
p { color: rgb(252,207,181); }
H1.HeaderClassName
{
color: #FCCFB5;
}
.AnyTagClassName
{
color: #FCCFB5;
}
</style>
background-color css
<style>
a { background-color: #FCCFB5; }
a { background-color: rgb(252,207,181); }
div.DivClassName
{
background-color: #FCCFB5;
}
.BgClassName
{
background-color: #FCCFB5;
}
</style>
border-color css
<style>
span { border-color: #FCCFB5; }
span { border-color: rgb(252,207,181); }
td.TdClassName
{
border-color: #FCCFB5;
}
.TagClassName
{
border-color: #FCCFB5;
}
</style>