Shades of Cumulus #FBFBC2
Tints of Cumulus #FBFBC2
RGB
CMYK
RGB Variations
Color information
#FBFBC2 (or 0xFBFBC2) is known color: Cumulus. HEX triplet: FB, FB and C2. RGB value is (251,251,194). Sum of RGB (Red+Green+Blue) = 251+251+194=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 194 (76.17% from 255 or 27.87% from 696); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBC2 is #04043D. Grayscale: #F4F4F4. Windows color (decimal): -263230 or 12778491. OLE color: 12778491.
HSL color Cylindrical-coordinate representation of color #FBFBC2: hue angle of 60º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBFBC2 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 194 | - |
| CMYK | 0 | 0 | 0.23 | 0.02 |
| HSL | 60º | 0.88% | 0.87% | - |
| HSV(B) | 60º | 0.23% | 0.98% | - |
| XYZ | 84.02 | 93.4 | 64.64 | - |
| YUV | 244.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 194 | 0 | 0 | 0.23 | 0.02 | 60 | 0.88 | 0.87 |
| Hex | FB | FB | C2 | 0 | 0 | 17 | 2 | 3C | 58 | 57 |
| Octal | 373 | 373 | 302 | 0 | 0 | 27 | 2 | 74 | 130 | 127 |
| Binary | 11111011 | 11111011 | 11000010 | 0 | 0 | 10111 | 10 | 111100 | 1011000 | 1010111 |
Color Harmonies of #FBFBC2
Complementary color
Monochromatic Colors of #FBFBC2
Black with #FBFBC2
Text Example
Text Example
White with #FBFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBC2; }
p { color: rgb(251,251,194); }
H1.HeaderClassName
{
color: #FBFBC2;
}
.AnyTagClassName
{
color: #FBFBC2;
}
</style>
background-color css
<style>
a { background-color: #FBFBC2; }
a { background-color: rgb(251,251,194); }
div.DivClassName
{
background-color: #FBFBC2;
}
.BgClassName
{
background-color: #FBFBC2;
}
</style>
border-color css
<style>
span { border-color: #FBFBC2; }
span { border-color: rgb(251,251,194); }
td.TdClassName
{
border-color: #FBFBC2;
}
.TagClassName
{
border-color: #FBFBC2;
}
</style>