Shades of Cumulus #FCFBB8
Tints of Cumulus #FCFBB8
RGB
CMYK
RGB Variations
Color information
#FCFBB8 (or 0xFCFBB8) is known color: Cumulus. HEX triplet: FC, FB and B8. RGB value is (252,251,184). Sum of RGB (Red+Green+Blue) = 252+251+184=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 184 (72.27% from 255 or 26.78% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBB8 is #030447. Grayscale: #F3F3F3. Windows color (decimal): -197704 or 12123132. OLE color: 12123132.
HSL color Cylindrical-coordinate representation of color #FCFBB8: hue angle of 59.12º 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 #FCFBB8 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 184 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.01 |
| HSL | 59.12º | 0.92% | 0.85% | - |
| HSV(B) | 59.12º | 0.27% | 0.99% | - |
| XYZ | 83.29 | 93.15 | 58.94 | - |
| YUV | 243.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 184 | 0 | 0.00 | 0.27 | 0.01 | 59.12 | 0.92 | 0.85 |
| Hex | FC | FB | B8 | 0 | 0 | 1B | 1 | 3B | 5C | 55 |
| Octal | 374 | 373 | 270 | 0 | 0 | 33 | 1 | 73 | 134 | 125 |
| Binary | 11111100 | 11111011 | 10111000 | 0 | 0 | 11011 | 1 | 111011 | 1011100 | 1010101 |
Color Harmonies of #FCFBB8
Complementary color
Monochromatic Colors of #FCFBB8
Black with #FCFBB8
Text Example
Text Example
White with #FCFBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBB8; }
p { color: rgb(252,251,184); }
H1.HeaderClassName
{
color: #FCFBB8;
}
.AnyTagClassName
{
color: #FCFBB8;
}
</style>
background-color css
<style>
a { background-color: #FCFBB8; }
a { background-color: rgb(252,251,184); }
div.DivClassName
{
background-color: #FCFBB8;
}
.BgClassName
{
background-color: #FCFBB8;
}
</style>
border-color css
<style>
span { border-color: #FCFBB8; }
span { border-color: rgb(252,251,184); }
td.TdClassName
{
border-color: #FCFBB8;
}
.TagClassName
{
border-color: #FCFBB8;
}
</style>