Shades of Cumulus #FEFFBB
Tints of Cumulus #FEFFBB
RGB
CMYK
RGB Variations
Color information
#FEFFBB (or 0xFEFFBB) is known color: Cumulus. HEX triplet: FE, FF and BB. RGB value is (254,255,187). Sum of RGB (Red+Green+Blue) = 254+255+187=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 187 (73.44% from 255 or 26.87% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFBB is #010044. Grayscale: #F7F7F7. Windows color (decimal): -65605 or 12320766. OLE color: 12320766.
HSL color Cylindrical-coordinate representation of color #FEFFBB: hue angle of 60.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEFFBB is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 187 | - |
| CMYK | 0.00 | 0 | 0.27 | 0 |
| HSL | 60.88º | 1% | 0.87% | - |
| HSV(B) | 60.88º | 0.27% | 1% | - |
| XYZ | 85.6 | 96.18 | 61.07 | - |
| YUV | 246.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 187 | 0.00 | 0 | 0.27 | 0 | 60.88 | 1 | 0.87 |
| Hex | FE | FF | BB | 0 | 0 | 1B | 0 | 3D | 64 | 57 |
| Octal | 376 | 377 | 273 | 0 | 0 | 33 | 0 | 75 | 144 | 127 |
| Binary | 11111110 | 11111111 | 10111011 | 0 | 0 | 11011 | 0 | 111101 | 1100100 | 1010111 |
Color Harmonies of #FEFFBB
Complementary color
Monochromatic Colors of #FEFFBB
Black with #FEFFBB
Text Example
Text Example
White with #FEFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFBB; }
p { color: rgb(254,255,187); }
H1.HeaderClassName
{
color: #FEFFBB;
}
.AnyTagClassName
{
color: #FEFFBB;
}
</style>
background-color css
<style>
a { background-color: #FEFFBB; }
a { background-color: rgb(254,255,187); }
div.DivClassName
{
background-color: #FEFFBB;
}
.BgClassName
{
background-color: #FEFFBB;
}
</style>
border-color css
<style>
span { border-color: #FEFFBB; }
span { border-color: rgb(254,255,187); }
td.TdClassName
{
border-color: #FEFFBB;
}
.TagClassName
{
border-color: #FEFFBB;
}
</style>