Shades of Cumulus #FEFDBD
Tints of Cumulus #FEFDBD
RGB
CMYK
RGB Variations
Color information
#FEFDBD (or 0xFEFDBD) is known color: Cumulus. HEX triplet: FE, FD and BD. RGB value is (254,253,189). Sum of RGB (Red+Green+Blue) = 254+253+189=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 189 (74.22% from 255 or 27.16% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDBD is #010242. Grayscale: #F6F6F6. Windows color (decimal): -66115 or 12451326. OLE color: 12451326.
HSL color Cylindrical-coordinate representation of color #FEFDBD: hue angle of 59.08º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEFDBD is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 189 | - |
| CMYK | 0 | 0.00 | 0.26 | 0.00 |
| HSL | 59.08º | 0.97% | 0.87% | - |
| HSV(B) | 59.08º | 0.26% | 1% | - |
| XYZ | 85.18 | 95 | 61.99 | - |
| YUV | 246 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 189 | 0 | 0.00 | 0.26 | 0.00 | 59.08 | 0.97 | 0.87 |
| Hex | FE | FD | BD | 0 | 0 | 1A | 0 | 3B | 61 | 57 |
| Octal | 376 | 375 | 275 | 0 | 0 | 32 | 0 | 73 | 141 | 127 |
| Binary | 11111110 | 11111101 | 10111101 | 0 | 0 | 11010 | 0 | 111011 | 1100001 | 1010111 |
Color Harmonies of #FEFDBD
Complementary color
Monochromatic Colors of #FEFDBD
Black with #FEFDBD
Text Example
Text Example
White with #FEFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDBD; }
p { color: rgb(254,253,189); }
H1.HeaderClassName
{
color: #FEFDBD;
}
.AnyTagClassName
{
color: #FEFDBD;
}
</style>
background-color css
<style>
a { background-color: #FEFDBD; }
a { background-color: rgb(254,253,189); }
div.DivClassName
{
background-color: #FEFDBD;
}
.BgClassName
{
background-color: #FEFDBD;
}
</style>
border-color css
<style>
span { border-color: #FEFDBD; }
span { border-color: rgb(254,253,189); }
td.TdClassName
{
border-color: #FEFDBD;
}
.TagClassName
{
border-color: #FEFDBD;
}
</style>