Shades of Cumulus #FDFEB7
Tints of Cumulus #FDFEB7
RGB
CMYK
RGB Variations
Color information
#FDFEB7 (or 0xFDFEB7) is known color: Cumulus. HEX triplet: FD, FE and B7. RGB value is (253,254,183). Sum of RGB (Red+Green+Blue) = 253+254+183=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 183 (71.88% from 255 or 26.52% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEB7 is #020148. Grayscale: #F5F5F5. Windows color (decimal): -131401 or 12058365. OLE color: 12058365.
HSL color Cylindrical-coordinate representation of color #FDFEB7: hue angle of 60.85º 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 #FDFEB7 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 183 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.00 |
| HSL | 60.85º | 0.97% | 0.86% | - |
| HSV(B) | 60.85º | 0.28% | 1% | - |
| XYZ | 84.5 | 95.19 | 58.72 | - |
| YUV | 245.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 183 | 0.00 | 0 | 0.28 | 0.00 | 60.85 | 0.97 | 0.86 |
| Hex | FD | FE | B7 | 0 | 0 | 1C | 0 | 3D | 61 | 56 |
| Octal | 375 | 376 | 267 | 0 | 0 | 34 | 0 | 75 | 141 | 126 |
| Binary | 11111101 | 11111110 | 10110111 | 0 | 0 | 11100 | 0 | 111101 | 1100001 | 1010110 |
Color Harmonies of #FDFEB7
Complementary color
Monochromatic Colors of #FDFEB7
Black with #FDFEB7
Text Example
Text Example
White with #FDFEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEB7; }
p { color: rgb(253,254,183); }
H1.HeaderClassName
{
color: #FDFEB7;
}
.AnyTagClassName
{
color: #FDFEB7;
}
</style>
background-color css
<style>
a { background-color: #FDFEB7; }
a { background-color: rgb(253,254,183); }
div.DivClassName
{
background-color: #FDFEB7;
}
.BgClassName
{
background-color: #FDFEB7;
}
</style>
border-color css
<style>
span { border-color: #FDFEB7; }
span { border-color: rgb(253,254,183); }
td.TdClassName
{
border-color: #FDFEB7;
}
.TagClassName
{
border-color: #FDFEB7;
}
</style>