Shades of Apricot #FCCFB7
Tints of Apricot #FCCFB7
RGB
CMYK
RGB Variations
Color information
#FCCFB7 (or 0xFCCFB7) is known color: Apricot. HEX triplet: FC, CF and B7. RGB value is (252,207,183). Sum of RGB (Red+Green+Blue) = 252+207+183=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFB7 is #033048. Grayscale: #D9D9D9. Windows color (decimal): -208969 or 12046332. OLE color: 12046332.
HSL color Cylindrical-coordinate representation of color #FCCFB7: hue angle of 20.87º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCCFB7 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 183 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.01 |
| HSL | 20.87º | 0.92% | 0.85% | - |
| HSV(B) | 20.87º | 0.27% | 0.99% | - |
| XYZ | 71 | 68.74 | 54.33 | - |
| YUV | 217.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 183 | 0 | 0.18 | 0.27 | 0.01 | 20.87 | 0.92 | 0.85 |
| Hex | FC | CF | B7 | 0 | 12 | 1B | 1 | 15 | 5C | 55 |
| Octal | 374 | 317 | 267 | 0 | 22 | 33 | 1 | 25 | 134 | 125 |
| Binary | 11111100 | 11001111 | 10110111 | 0 | 10010 | 11011 | 1 | 10101 | 1011100 | 1010101 |
Color Harmonies of #FCCFB7
Complementary color
Monochromatic Colors of #FCCFB7
Black with #FCCFB7
Text Example
Text Example
White with #FCCFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFB7; }
p { color: rgb(252,207,183); }
H1.HeaderClassName
{
color: #FCCFB7;
}
.AnyTagClassName
{
color: #FCCFB7;
}
</style>
background-color css
<style>
a { background-color: #FCCFB7; }
a { background-color: rgb(252,207,183); }
div.DivClassName
{
background-color: #FCCFB7;
}
.BgClassName
{
background-color: #FCCFB7;
}
</style>
border-color css
<style>
span { border-color: #FCCFB7; }
span { border-color: rgb(252,207,183); }
td.TdClassName
{
border-color: #FCCFB7;
}
.TagClassName
{
border-color: #FCCFB7;
}
</style>