Shades of Cumulus #FDFEB8
Tints of Cumulus #FDFEB8
RGB
CMYK
RGB Variations
Color information
#FDFEB8 (or 0xFDFEB8) is known color: Cumulus. HEX triplet: FD, FE and B8. RGB value is (253,254,184). Sum of RGB (Red+Green+Blue) = 253+254+184=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 184 (72.27% from 255 or 26.63% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEB8 is #020147. Grayscale: #F6F6F6. Windows color (decimal): -131400 or 12123901. OLE color: 12123901.
HSL color Cylindrical-coordinate representation of color #FDFEB8: hue angle of 60.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDFEB8 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 184 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.00 |
| HSL | 60.86º | 0.97% | 0.86% | - |
| HSV(B) | 60.86º | 0.28% | 1% | - |
| XYZ | 84.6 | 95.23 | 59.27 | - |
| YUV | 245.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 184 | 0.00 | 0 | 0.28 | 0.00 | 60.86 | 0.97 | 0.86 |
| Hex | FD | FE | B8 | 0 | 0 | 1C | 0 | 3D | 61 | 56 |
| Octal | 375 | 376 | 270 | 0 | 0 | 34 | 0 | 75 | 141 | 126 |
| Binary | 11111101 | 11111110 | 10111000 | 0 | 0 | 11100 | 0 | 111101 | 1100001 | 1010110 |
Color Harmonies of #FDFEB8
Complementary color
Monochromatic Colors of #FDFEB8
Black with #FDFEB8
Text Example
Text Example
White with #FDFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEB8; }
p { color: rgb(253,254,184); }
H1.HeaderClassName
{
color: #FDFEB8;
}
.AnyTagClassName
{
color: #FDFEB8;
}
</style>
background-color css
<style>
a { background-color: #FDFEB8; }
a { background-color: rgb(253,254,184); }
div.DivClassName
{
background-color: #FDFEB8;
}
.BgClassName
{
background-color: #FDFEB8;
}
</style>
border-color css
<style>
span { border-color: #FDFEB8; }
span { border-color: rgb(253,254,184); }
td.TdClassName
{
border-color: #FDFEB8;
}
.TagClassName
{
border-color: #FDFEB8;
}
</style>