Shades of Cumulus #FEFEBF
Tints of Cumulus #FEFEBF
RGB
CMYK
RGB Variations
Color information
#FEFEBF (or 0xFEFEBF) is known color: Cumulus. HEX triplet: FE, FE and BF. RGB value is (254,254,191). Sum of RGB (Red+Green+Blue) = 254+254+191=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 191 (75% from 255 or 27.32% from 699); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEBF is #010140. Grayscale: #F7F7F7. Windows color (decimal): -65857 or 12582654. OLE color: 12582654.
HSL color Cylindrical-coordinate representation of color #FEFEBF: hue angle of 60º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEFEBF is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 191 | - |
| CMYK | 0 | 0 | 0.25 | 0.00 |
| HSL | 60º | 0.97% | 0.87% | - |
| HSV(B) | 60º | 0.25% | 1% | - |
| XYZ | 85.72 | 95.72 | 63.25 | - |
| YUV | 246.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 191 | 0 | 0 | 0.25 | 0.00 | 60 | 0.97 | 0.87 |
| Hex | FE | FE | BF | 0 | 0 | 19 | 0 | 3C | 61 | 57 |
| Octal | 376 | 376 | 277 | 0 | 0 | 31 | 0 | 74 | 141 | 127 |
| Binary | 11111110 | 11111110 | 10111111 | 0 | 0 | 11001 | 0 | 111100 | 1100001 | 1010111 |
Color Harmonies of #FEFEBF
Complementary color
Monochromatic Colors of #FEFEBF
Black with #FEFEBF
Text Example
Text Example
White with #FEFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEBF; }
p { color: rgb(254,254,191); }
H1.HeaderClassName
{
color: #FEFEBF;
}
.AnyTagClassName
{
color: #FEFEBF;
}
</style>
background-color css
<style>
a { background-color: #FEFEBF; }
a { background-color: rgb(254,254,191); }
div.DivClassName
{
background-color: #FEFEBF;
}
.BgClassName
{
background-color: #FEFEBF;
}
</style>
border-color css
<style>
span { border-color: #FEFEBF; }
span { border-color: rgb(254,254,191); }
td.TdClassName
{
border-color: #FEFEBF;
}
.TagClassName
{
border-color: #FEFEBF;
}
</style>