Shades of Cumulus #FDFEBA
Tints of Cumulus #FDFEBA
RGB
CMYK
RGB Variations
Color information
#FDFEBA (or 0xFDFEBA) is known color: Cumulus. HEX triplet: FD, FE and BA. RGB value is (253,254,186). Sum of RGB (Red+Green+Blue) = 253+254+186=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 186 (73.05% from 255 or 26.84% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEBA is #020145. Grayscale: #F6F6F6. Windows color (decimal): -131398 or 12254973. OLE color: 12254973.
HSL color Cylindrical-coordinate representation of color #FDFEBA: hue angle of 60.88º 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 #FDFEBA is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 186 | - |
| CMYK | 0.00 | 0 | 0.27 | 0.00 |
| HSL | 60.88º | 0.97% | 0.86% | - |
| HSV(B) | 60.88º | 0.27% | 1% | - |
| XYZ | 84.81 | 95.31 | 60.38 | - |
| YUV | 245.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 186 | 0.00 | 0 | 0.27 | 0.00 | 60.88 | 0.97 | 0.86 |
| Hex | FD | FE | BA | 0 | 0 | 1B | 0 | 3D | 61 | 56 |
| Octal | 375 | 376 | 272 | 0 | 0 | 33 | 0 | 75 | 141 | 126 |
| Binary | 11111101 | 11111110 | 10111010 | 0 | 0 | 11011 | 0 | 111101 | 1100001 | 1010110 |
Color Harmonies of #FDFEBA
Complementary color
Monochromatic Colors of #FDFEBA
Black with #FDFEBA
Text Example
Text Example
White with #FDFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEBA; }
p { color: rgb(253,254,186); }
H1.HeaderClassName
{
color: #FDFEBA;
}
.AnyTagClassName
{
color: #FDFEBA;
}
</style>
background-color css
<style>
a { background-color: #FDFEBA; }
a { background-color: rgb(253,254,186); }
div.DivClassName
{
background-color: #FDFEBA;
}
.BgClassName
{
background-color: #FDFEBA;
}
</style>
border-color css
<style>
span { border-color: #FDFEBA; }
span { border-color: rgb(253,254,186); }
td.TdClassName
{
border-color: #FDFEBA;
}
.TagClassName
{
border-color: #FDFEBA;
}
</style>