Shades of Cumulus #FCF7B8
Tints of Cumulus #FCF7B8
RGB
CMYK
RGB Variations
Color information
#FCF7B8 (or 0xFCF7B8) is known color: Cumulus. HEX triplet: FC, F7 and B8. RGB value is (252,247,184). Sum of RGB (Red+Green+Blue) = 252+247+184=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 184 (72.27% from 255 or 26.94% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7B8 is #030847. Grayscale: #F1F1F1. Windows color (decimal): -198728 or 12122108. OLE color: 12122108.
HSL color Cylindrical-coordinate representation of color #FCF7B8: hue angle of 55.59º 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 #FCF7B8 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 184 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.01 |
| HSL | 55.59º | 0.92% | 0.85% | - |
| HSV(B) | 55.59º | 0.27% | 0.99% | - |
| XYZ | 82.06 | 90.68 | 58.53 | - |
| YUV | 241.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 184 | 0 | 0.02 | 0.27 | 0.01 | 55.59 | 0.92 | 0.85 |
| Hex | FC | F7 | B8 | 0 | 2 | 1B | 1 | 38 | 5C | 55 |
| Octal | 374 | 367 | 270 | 0 | 2 | 33 | 1 | 70 | 134 | 125 |
| Binary | 11111100 | 11110111 | 10111000 | 0 | 10 | 11011 | 1 | 111000 | 1011100 | 1010101 |
Color Harmonies of #FCF7B8
Complementary color
Monochromatic Colors of #FCF7B8
Black with #FCF7B8
Text Example
Text Example
White with #FCF7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7B8; }
p { color: rgb(252,247,184); }
H1.HeaderClassName
{
color: #FCF7B8;
}
.AnyTagClassName
{
color: #FCF7B8;
}
</style>
background-color css
<style>
a { background-color: #FCF7B8; }
a { background-color: rgb(252,247,184); }
div.DivClassName
{
background-color: #FCF7B8;
}
.BgClassName
{
background-color: #FCF7B8;
}
</style>
border-color css
<style>
span { border-color: #FCF7B8; }
span { border-color: rgb(252,247,184); }
td.TdClassName
{
border-color: #FCF7B8;
}
.TagClassName
{
border-color: #FCF7B8;
}
</style>