Shades of Cumulus #FFFEBE
Tints of Cumulus #FFFEBE
RGB
CMYK
RGB Variations
Color information
#FFFEBE (or 0xFFFEBE) is known color: Cumulus. HEX triplet: FF, FE and BE. RGB value is (255,254,190). Sum of RGB (Red+Green+Blue) = 255+254+190=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 190 (74.61% from 255 or 27.18% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEBE is #000141. Grayscale: #F7F7F7. Windows color (decimal): -322 or 12517119. OLE color: 12517119.
HSL color Cylindrical-coordinate representation of color #FFFEBE: hue angle of 59.08º 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 #FFFEBE is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 190 | - |
| CMYK | 0 | 0.00 | 0.25 | 0 |
| HSL | 59.08º | 1% | 0.87% | - |
| HSV(B) | 59.08º | 0.25% | 1% | - |
| XYZ | 85.98 | 95.86 | 62.69 | - |
| YUV | 247 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 190 | 0 | 0.00 | 0.25 | 0 | 59.08 | 1 | 0.87 |
| Hex | FF | FE | BE | 0 | 0 | 19 | 0 | 3B | 64 | 57 |
| Octal | 377 | 376 | 276 | 0 | 0 | 31 | 0 | 73 | 144 | 127 |
| Binary | 11111111 | 11111110 | 10111110 | 0 | 0 | 11001 | 0 | 111011 | 1100100 | 1010111 |
Color Harmonies of #FFFEBE
Complementary color
Monochromatic Colors of #FFFEBE
Black with #FFFEBE
Text Example
Text Example
White with #FFFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEBE; }
p { color: rgb(255,254,190); }
H1.HeaderClassName
{
color: #FFFEBE;
}
.AnyTagClassName
{
color: #FFFEBE;
}
</style>
background-color css
<style>
a { background-color: #FFFEBE; }
a { background-color: rgb(255,254,190); }
div.DivClassName
{
background-color: #FFFEBE;
}
.BgClassName
{
background-color: #FFFEBE;
}
</style>
border-color css
<style>
span { border-color: #FFFEBE; }
span { border-color: rgb(255,254,190); }
td.TdClassName
{
border-color: #FFFEBE;
}
.TagClassName
{
border-color: #FFFEBE;
}
</style>