Shades of Cumulus #FEFFBF
Tints of Cumulus #FEFFBF
RGB
CMYK
RGB Variations
Color information
#FEFFBF (or 0xFEFFBF) is known color: Cumulus. HEX triplet: FE, FF and BF. RGB value is (254,255,191). Sum of RGB (Red+Green+Blue) = 254+255+191=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 191 (75% from 255 or 27.29% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFBF is #010040. Grayscale: #F7F7F7. Windows color (decimal): -65601 or 12582910. OLE color: 12582910.
HSL color Cylindrical-coordinate representation of color #FEFFBF: hue angle of 60.94º 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 #FEFFBF is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 191 | - |
| CMYK | 0.00 | 0 | 0.25 | 0 |
| HSL | 60.94º | 1% | 0.87% | - |
| HSV(B) | 60.94º | 0.25% | 1% | - |
| XYZ | 86.04 | 96.35 | 63.35 | - |
| YUV | 247.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 191 | 0.00 | 0 | 0.25 | 0 | 60.94 | 1 | 0.87 |
| Hex | FE | FF | BF | 0 | 0 | 19 | 0 | 3D | 64 | 57 |
| Octal | 376 | 377 | 277 | 0 | 0 | 31 | 0 | 75 | 144 | 127 |
| Binary | 11111110 | 11111111 | 10111111 | 0 | 0 | 11001 | 0 | 111101 | 1100100 | 1010111 |
Color Harmonies of #FEFFBF
Complementary color
Monochromatic Colors of #FEFFBF
Black with #FEFFBF
Text Example
Text Example
White with #FEFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFBF; }
p { color: rgb(254,255,191); }
H1.HeaderClassName
{
color: #FEFFBF;
}
.AnyTagClassName
{
color: #FEFFBF;
}
</style>
background-color css
<style>
a { background-color: #FEFFBF; }
a { background-color: rgb(254,255,191); }
div.DivClassName
{
background-color: #FEFFBF;
}
.BgClassName
{
background-color: #FEFFBF;
}
</style>
border-color css
<style>
span { border-color: #FEFFBF; }
span { border-color: rgb(254,255,191); }
td.TdClassName
{
border-color: #FEFFBF;
}
.TagClassName
{
border-color: #FEFFBF;
}
</style>