Shades of Cumulus #FFFFBB
Tints of Cumulus #FFFFBB
RGB
CMYK
RGB Variations
Color information
#FFFFBB (or 0xFFFFBB) is known color: Cumulus. HEX triplet: FF, FF and BB. RGB value is (255,255,187). Sum of RGB (Red+Green+Blue) = 255+255+187=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 187 (73.44% from 255 or 26.83% from 697); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFBB is #000044. Grayscale: #F7F7F7. Windows color (decimal): -69 or 12320767. OLE color: 12320767.
HSL color Cylindrical-coordinate representation of color #FFFFBB: hue angle of 60º 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 #FFFFBB is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 187 | - |
| CMYK | 0 | 0 | 0.27 | 0 |
| HSL | 60º | 1% | 0.87% | - |
| HSV(B) | 60º | 0.27% | 1% | - |
| XYZ | 85.97 | 96.37 | 61.08 | - |
| YUV | 247.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 187 | 0 | 0 | 0.27 | 0 | 60 | 1 | 0.87 |
| Hex | FF | FF | BB | 0 | 0 | 1B | 0 | 3C | 64 | 57 |
| Octal | 377 | 377 | 273 | 0 | 0 | 33 | 0 | 74 | 144 | 127 |
| Binary | 11111111 | 11111111 | 10111011 | 0 | 0 | 11011 | 0 | 111100 | 1100100 | 1010111 |
Color Harmonies of #FFFFBB
Complementary color
Monochromatic Colors of #FFFFBB
Black with #FFFFBB
Text Example
Text Example
White with #FFFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFBB; }
p { color: rgb(255,255,187); }
H1.HeaderClassName
{
color: #FFFFBB;
}
.AnyTagClassName
{
color: #FFFFBB;
}
</style>
background-color css
<style>
a { background-color: #FFFFBB; }
a { background-color: rgb(255,255,187); }
div.DivClassName
{
background-color: #FFFFBB;
}
.BgClassName
{
background-color: #FFFFBB;
}
</style>
border-color css
<style>
span { border-color: #FFFFBB; }
span { border-color: rgb(255,255,187); }
td.TdClassName
{
border-color: #FFFFBB;
}
.TagClassName
{
border-color: #FFFFBB;
}
</style>