Shades of Cumulus #FFFFBE
Tints of Cumulus #FFFFBE
RGB
CMYK
RGB Variations
Color information
#FFFFBE (or 0xFFFFBE) is known color: Cumulus. HEX triplet: FF, FF and BE. RGB value is (255,255,190). Sum of RGB (Red+Green+Blue) = 255+255+190=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 190 (74.61% from 255 or 27.14% from 700); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFBE is #000041. Grayscale: #F7F7F7. Windows color (decimal): -66 or 12517375. OLE color: 12517375.
HSL color Cylindrical-coordinate representation of color #FFFFBE: hue angle of 60º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFFFBE is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 190 | - |
| CMYK | 0 | 0 | 0.25 | 0 |
| HSL | 60º | 1% | 0.87% | - |
| HSV(B) | 60º | 0.25% | 1% | - |
| XYZ | 86.29 | 96.5 | 62.79 | - |
| YUV | 247.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 190 | 0 | 0 | 0.25 | 0 | 60 | 1 | 0.87 |
| Hex | FF | FF | BE | 0 | 0 | 19 | 0 | 3C | 64 | 57 |
| Octal | 377 | 377 | 276 | 0 | 0 | 31 | 0 | 74 | 144 | 127 |
| Binary | 11111111 | 11111111 | 10111110 | 0 | 0 | 11001 | 0 | 111100 | 1100100 | 1010111 |
Color Harmonies of #FFFFBE
Complementary color
Monochromatic Colors of #FFFFBE
Black with #FFFFBE
Text Example
Text Example
White with #FFFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFBE; }
p { color: rgb(255,255,190); }
H1.HeaderClassName
{
color: #FFFFBE;
}
.AnyTagClassName
{
color: #FFFFBE;
}
</style>
background-color css
<style>
a { background-color: #FFFFBE; }
a { background-color: rgb(255,255,190); }
div.DivClassName
{
background-color: #FFFFBE;
}
.BgClassName
{
background-color: #FFFFBE;
}
</style>
border-color css
<style>
span { border-color: #FFFFBE; }
span { border-color: rgb(255,255,190); }
td.TdClassName
{
border-color: #FFFFBE;
}
.TagClassName
{
border-color: #FFFFBE;
}
</style>