Shades of Cumulus #FEFDBB
Tints of Cumulus #FEFDBB
RGB
CMYK
RGB Variations
Color information
#FEFDBB (or 0xFEFDBB) is known color: Cumulus. HEX triplet: FE, FD and BB. RGB value is (254,253,187). Sum of RGB (Red+Green+Blue) = 254+253+187=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 187 (73.44% from 255 or 26.95% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDBB is #010244. Grayscale: #F6F6F6. Windows color (decimal): -66117 or 12320254. OLE color: 12320254.
HSL color Cylindrical-coordinate representation of color #FEFDBB: hue angle of 59.1º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEFDBB is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 187 | - |
| CMYK | 0 | 0.00 | 0.26 | 0.00 |
| HSL | 59.1º | 0.97% | 0.86% | - |
| HSV(B) | 59.1º | 0.26% | 1% | - |
| XYZ | 84.97 | 94.91 | 60.85 | - |
| YUV | 245.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 187 | 0 | 0.00 | 0.26 | 0.00 | 59.1 | 0.97 | 0.86 |
| Hex | FE | FD | BB | 0 | 0 | 1A | 0 | 3B | 61 | 56 |
| Octal | 376 | 375 | 273 | 0 | 0 | 32 | 0 | 73 | 141 | 126 |
| Binary | 11111110 | 11111101 | 10111011 | 0 | 0 | 11010 | 0 | 111011 | 1100001 | 1010110 |
Color Harmonies of #FEFDBB
Complementary color
Monochromatic Colors of #FEFDBB
Black with #FEFDBB
Text Example
Text Example
White with #FEFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDBB; }
p { color: rgb(254,253,187); }
H1.HeaderClassName
{
color: #FEFDBB;
}
.AnyTagClassName
{
color: #FEFDBB;
}
</style>
background-color css
<style>
a { background-color: #FEFDBB; }
a { background-color: rgb(254,253,187); }
div.DivClassName
{
background-color: #FEFDBB;
}
.BgClassName
{
background-color: #FEFDBB;
}
</style>
border-color css
<style>
span { border-color: #FEFDBB; }
span { border-color: rgb(254,253,187); }
td.TdClassName
{
border-color: #FEFDBB;
}
.TagClassName
{
border-color: #FEFDBB;
}
</style>