Shades of Cumulus #FCFBC1
Tints of Cumulus #FCFBC1
RGB
CMYK
RGB Variations
Color information
#FCFBC1 (or 0xFCFBC1) is known color: Cumulus. HEX triplet: FC, FB and C1. RGB value is (252,251,193). Sum of RGB (Red+Green+Blue) = 252+251+193=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 193 (75.78% from 255 or 27.73% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC1 is #03043E. Grayscale: #F4F4F4. Windows color (decimal): -197695 or 12712956. OLE color: 12712956.
HSL color Cylindrical-coordinate representation of color #FCFBC1: hue angle of 58.98º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCFBC1 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 193 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.01 |
| HSL | 58.98º | 0.91% | 0.87% | - |
| HSV(B) | 58.98º | 0.23% | 0.99% | - |
| XYZ | 84.27 | 93.54 | 64.07 | - |
| YUV | 244.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 193 | 0 | 0.00 | 0.23 | 0.01 | 58.98 | 0.91 | 0.87 |
| Hex | FC | FB | C1 | 0 | 0 | 17 | 1 | 3B | 5B | 57 |
| Octal | 374 | 373 | 301 | 0 | 0 | 27 | 1 | 73 | 133 | 127 |
| Binary | 11111100 | 11111011 | 11000001 | 0 | 0 | 10111 | 1 | 111011 | 1011011 | 1010111 |
Color Harmonies of #FCFBC1
Complementary color
Monochromatic Colors of #FCFBC1
Black with #FCFBC1
Text Example
Text Example
White with #FCFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBC1; }
p { color: rgb(252,251,193); }
H1.HeaderClassName
{
color: #FCFBC1;
}
.AnyTagClassName
{
color: #FCFBC1;
}
</style>
background-color css
<style>
a { background-color: #FCFBC1; }
a { background-color: rgb(252,251,193); }
div.DivClassName
{
background-color: #FCFBC1;
}
.BgClassName
{
background-color: #FCFBC1;
}
</style>
border-color css
<style>
span { border-color: #FCFBC1; }
span { border-color: rgb(252,251,193); }
td.TdClassName
{
border-color: #FCFBC1;
}
.TagClassName
{
border-color: #FCFBC1;
}
</style>