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