Shades of Cumulus #FFFFBD
Tints of Cumulus #FFFFBD
RGB
CMYK
RGB Variations
Color information
#FFFFBD (or 0xFFFFBD) is known color: Cumulus. HEX triplet: FF, FF and BD. RGB value is (255,255,189). Sum of RGB (Red+Green+Blue) = 255+255+189=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 189 (74.22% from 255 or 27.04% from 699); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFBD is #000042. Grayscale: #F7F7F7. Windows color (decimal): -67 or 12451839. OLE color: 12451839.
HSL color Cylindrical-coordinate representation of color #FFFFBD: hue angle of 60º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFFFBD is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 189 | - |
| CMYK | 0 | 0 | 0.26 | 0 |
| HSL | 60º | 1% | 0.87% | - |
| HSV(B) | 60º | 0.26% | 1% | - |
| XYZ | 86.19 | 96.45 | 62.22 | - |
| YUV | 247.48 | 95 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 189 | 0 | 0 | 0.26 | 0 | 60 | 1 | 0.87 |
| Hex | FF | FF | BD | 0 | 0 | 1A | 0 | 3C | 64 | 57 |
| Octal | 377 | 377 | 275 | 0 | 0 | 32 | 0 | 74 | 144 | 127 |
| Binary | 11111111 | 11111111 | 10111101 | 0 | 0 | 11010 | 0 | 111100 | 1100100 | 1010111 |
Color Harmonies of #FFFFBD
Complementary color
Monochromatic Colors of #FFFFBD
Black with #FFFFBD
Text Example
Text Example
White with #FFFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFBD; }
p { color: rgb(255,255,189); }
H1.HeaderClassName
{
color: #FFFFBD;
}
.AnyTagClassName
{
color: #FFFFBD;
}
</style>
background-color css
<style>
a { background-color: #FFFFBD; }
a { background-color: rgb(255,255,189); }
div.DivClassName
{
background-color: #FFFFBD;
}
.BgClassName
{
background-color: #FFFFBD;
}
</style>
border-color css
<style>
span { border-color: #FFFFBD; }
span { border-color: rgb(255,255,189); }
td.TdClassName
{
border-color: #FFFFBD;
}
.TagClassName
{
border-color: #FFFFBD;
}
</style>