Shades of Cumulus #FEFCBA
Tints of Cumulus #FEFCBA
RGB
CMYK
RGB Variations
Color information
#FEFCBA (or 0xFEFCBA) is known color: Cumulus. HEX triplet: FE, FC and BA. RGB value is (254,252,186). Sum of RGB (Red+Green+Blue) = 254+252+186=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 186 (73.05% from 255 or 26.88% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCBA is #010345. Grayscale: #F5F5F5. Windows color (decimal): -66374 or 12254462. OLE color: 12254462.
HSL color Cylindrical-coordinate representation of color #FEFCBA: hue angle of 58.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEFCBA is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 186 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.00 |
| HSL | 58.24º | 0.97% | 0.86% | - |
| HSV(B) | 58.24º | 0.27% | 1% | - |
| XYZ | 84.55 | 94.24 | 60.19 | - |
| YUV | 245.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 186 | 0 | 0.01 | 0.27 | 0.00 | 58.24 | 0.97 | 0.86 |
| Hex | FE | FC | BA | 0 | 1 | 1B | 0 | 3A | 61 | 56 |
| Octal | 376 | 374 | 272 | 0 | 1 | 33 | 0 | 72 | 141 | 126 |
| Binary | 11111110 | 11111100 | 10111010 | 0 | 1 | 11011 | 0 | 111010 | 1100001 | 1010110 |
Color Harmonies of #FEFCBA
Complementary color
Monochromatic Colors of #FEFCBA
Black with #FEFCBA
Text Example
Text Example
White with #FEFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCBA; }
p { color: rgb(254,252,186); }
H1.HeaderClassName
{
color: #FEFCBA;
}
.AnyTagClassName
{
color: #FEFCBA;
}
</style>
background-color css
<style>
a { background-color: #FEFCBA; }
a { background-color: rgb(254,252,186); }
div.DivClassName
{
background-color: #FEFCBA;
}
.BgClassName
{
background-color: #FEFCBA;
}
</style>
border-color css
<style>
span { border-color: #FEFCBA; }
span { border-color: rgb(254,252,186); }
td.TdClassName
{
border-color: #FEFCBA;
}
.TagClassName
{
border-color: #FEFCBA;
}
</style>