Shades of Cumulus #FFFEBC
Tints of Cumulus #FFFEBC
RGB
CMYK
RGB Variations
Color information
#FFFEBC (or 0xFFFEBC) is known color: Cumulus. HEX triplet: FF, FE and BC. RGB value is (255,254,188). Sum of RGB (Red+Green+Blue) = 255+254+188=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 188 (73.83% from 255 or 26.97% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEBC is #000143. Grayscale: #F7F7F7. Windows color (decimal): -324 or 12386047. OLE color: 12386047.
HSL color Cylindrical-coordinate representation of color #FFFEBC: hue angle of 59.1º 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 #FFFEBC is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 188 | - |
| CMYK | 0 | 0.00 | 0.26 | 0 |
| HSL | 59.1º | 1% | 0.87% | - |
| HSV(B) | 59.1º | 0.26% | 1% | - |
| XYZ | 85.76 | 95.77 | 61.54 | - |
| YUV | 246.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 188 | 0 | 0.00 | 0.26 | 0 | 59.1 | 1 | 0.87 |
| Hex | FF | FE | BC | 0 | 0 | 1A | 0 | 3B | 64 | 57 |
| Octal | 377 | 376 | 274 | 0 | 0 | 32 | 0 | 73 | 144 | 127 |
| Binary | 11111111 | 11111110 | 10111100 | 0 | 0 | 11010 | 0 | 111011 | 1100100 | 1010111 |
Color Harmonies of #FFFEBC
Complementary color
Monochromatic Colors of #FFFEBC
Black with #FFFEBC
Text Example
Text Example
White with #FFFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEBC; }
p { color: rgb(255,254,188); }
H1.HeaderClassName
{
color: #FFFEBC;
}
.AnyTagClassName
{
color: #FFFEBC;
}
</style>
background-color css
<style>
a { background-color: #FFFEBC; }
a { background-color: rgb(255,254,188); }
div.DivClassName
{
background-color: #FFFEBC;
}
.BgClassName
{
background-color: #FFFEBC;
}
</style>
border-color css
<style>
span { border-color: #FFFEBC; }
span { border-color: rgb(255,254,188); }
td.TdClassName
{
border-color: #FFFEBC;
}
.TagClassName
{
border-color: #FFFEBC;
}
</style>