Shades of Apricot #FCCFB2
Tints of Apricot #FCCFB2
RGB
CMYK
RGB Variations
Color information
#FCCFB2 (or 0xFCCFB2) is known color: Apricot. HEX triplet: FC, CF and B2. RGB value is (252,207,178). Sum of RGB (Red+Green+Blue) = 252+207+178=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFB2 is #03304D. Grayscale: #D9D9D9. Windows color (decimal): -208974 or 11718652. OLE color: 11718652.
HSL color Cylindrical-coordinate representation of color #FCCFB2: hue angle of 23.51º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCCFB2 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 178 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.01 |
| HSL | 23.51º | 0.93% | 0.84% | - |
| HSV(B) | 23.51º | 0.29% | 0.99% | - |
| XYZ | 70.49 | 68.54 | 51.63 | - |
| YUV | 217.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 178 | 0 | 0.18 | 0.29 | 0.01 | 23.51 | 0.93 | 0.84 |
| Hex | FC | CF | B2 | 0 | 12 | 1D | 1 | 18 | 5C | 54 |
| Octal | 374 | 317 | 262 | 0 | 22 | 35 | 1 | 30 | 134 | 124 |
| Binary | 11111100 | 11001111 | 10110010 | 0 | 10010 | 11101 | 1 | 11000 | 1011100 | 1010100 |
Color Harmonies of #FCCFB2
Complementary color
Monochromatic Colors of #FCCFB2
Black with #FCCFB2
Text Example
Text Example
White with #FCCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFB2; }
p { color: rgb(252,207,178); }
H1.HeaderClassName
{
color: #FCCFB2;
}
.AnyTagClassName
{
color: #FCCFB2;
}
</style>
background-color css
<style>
a { background-color: #FCCFB2; }
a { background-color: rgb(252,207,178); }
div.DivClassName
{
background-color: #FCCFB2;
}
.BgClassName
{
background-color: #FCCFB2;
}
</style>
border-color css
<style>
span { border-color: #FCCFB2; }
span { border-color: rgb(252,207,178); }
td.TdClassName
{
border-color: #FCCFB2;
}
.TagClassName
{
border-color: #FCCFB2;
}
</style>