Shades of Cumulus #FBFCC0
Tints of Cumulus #FBFCC0
RGB
CMYK
RGB Variations
Color information
#FBFCC0 (or 0xFBFCC0) is known color: Cumulus. HEX triplet: FB, FC and C0. RGB value is (251,252,192). Sum of RGB (Red+Green+Blue) = 251+252+192=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 192 (75.39% from 255 or 27.63% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFCC0 is #04033F. Grayscale: #F5F5F5. Windows color (decimal): -262976 or 12647675. OLE color: 12647675.
HSL color Cylindrical-coordinate representation of color #FBFCC0: hue angle of 61º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBFCC0 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 192 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.01 |
| HSL | 61º | 0.91% | 0.87% | - |
| HSV(B) | 61º | 0.24% | 0.99% | - |
| XYZ | 84.11 | 93.94 | 63.57 | - |
| YUV | 244.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 192 | 0.00 | 0 | 0.24 | 0.01 | 61 | 0.91 | 0.87 |
| Hex | FB | FC | C0 | 0 | 0 | 18 | 1 | 3D | 5B | 57 |
| Octal | 373 | 374 | 300 | 0 | 0 | 30 | 1 | 75 | 133 | 127 |
| Binary | 11111011 | 11111100 | 11000000 | 0 | 0 | 11000 | 1 | 111101 | 1011011 | 1010111 |
Color Harmonies of #FBFCC0
Complementary color
Monochromatic Colors of #FBFCC0
Black with #FBFCC0
Text Example
Text Example
White with #FBFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFCC0; }
p { color: rgb(251,252,192); }
H1.HeaderClassName
{
color: #FBFCC0;
}
.AnyTagClassName
{
color: #FBFCC0;
}
</style>
background-color css
<style>
a { background-color: #FBFCC0; }
a { background-color: rgb(251,252,192); }
div.DivClassName
{
background-color: #FBFCC0;
}
.BgClassName
{
background-color: #FBFCC0;
}
</style>
border-color css
<style>
span { border-color: #FBFCC0; }
span { border-color: rgb(251,252,192); }
td.TdClassName
{
border-color: #FBFCC0;
}
.TagClassName
{
border-color: #FBFCC0;
}
</style>