Shades of Cumulus #FBFEC0
Tints of Cumulus #FBFEC0
RGB
CMYK
RGB Variations
Color information
#FBFEC0 (or 0xFBFEC0) is known color: Cumulus. HEX triplet: FB, FE and C0. RGB value is (251,254,192). Sum of RGB (Red+Green+Blue) = 251+254+192=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 192 (75.39% from 255 or 27.55% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFEC0 is #04013F. Grayscale: #F6F6F6. Windows color (decimal): -262464 or 12648187. OLE color: 12648187.
HSL color Cylindrical-coordinate representation of color #FBFEC0: hue angle of 62.9º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBFEC0 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 192 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.00 |
| HSL | 62.9º | 0.97% | 0.87% | - |
| HSV(B) | 62.9º | 0.24% | 1% | - |
| XYZ | 84.74 | 95.2 | 63.78 | - |
| YUV | 246.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 192 | 0.01 | 0 | 0.24 | 0.00 | 62.9 | 0.97 | 0.87 |
| Hex | FB | FE | C0 | 1 | 0 | 18 | 0 | 3F | 61 | 57 |
| Octal | 373 | 376 | 300 | 1 | 0 | 30 | 0 | 77 | 141 | 127 |
| Binary | 11111011 | 11111110 | 11000000 | 1 | 0 | 11000 | 0 | 111111 | 1100001 | 1010111 |
Color Harmonies of #FBFEC0
Complementary color
Monochromatic Colors of #FBFEC0
Black with #FBFEC0
Text Example
Text Example
White with #FBFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEC0; }
p { color: rgb(251,254,192); }
H1.HeaderClassName
{
color: #FBFEC0;
}
.AnyTagClassName
{
color: #FBFEC0;
}
</style>
background-color css
<style>
a { background-color: #FBFEC0; }
a { background-color: rgb(251,254,192); }
div.DivClassName
{
background-color: #FBFEC0;
}
.BgClassName
{
background-color: #FBFEC0;
}
</style>
border-color css
<style>
span { border-color: #FBFEC0; }
span { border-color: rgb(251,254,192); }
td.TdClassName
{
border-color: #FBFEC0;
}
.TagClassName
{
border-color: #FBFEC0;
}
</style>