Shades of Cumulus #FDFEBE
Tints of Cumulus #FDFEBE
RGB
CMYK
RGB Variations
Color information
#FDFEBE (or 0xFDFEBE) is known color: Cumulus. HEX triplet: FD, FE and BE. RGB value is (253,254,190). Sum of RGB (Red+Green+Blue) = 253+254+190=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 190 (74.61% from 255 or 27.26% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEBE is #020141. Grayscale: #F6F6F6. Windows color (decimal): -131394 or 12517117. OLE color: 12517117.
HSL color Cylindrical-coordinate representation of color #FDFEBE: hue angle of 60.94º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDFEBE is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 190 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.00 |
| HSL | 60.94º | 0.97% | 0.87% | - |
| HSV(B) | 60.94º | 0.25% | 1% | - |
| XYZ | 85.24 | 95.48 | 62.65 | - |
| YUV | 246.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 190 | 0.00 | 0 | 0.25 | 0.00 | 60.94 | 0.97 | 0.87 |
| Hex | FD | FE | BE | 0 | 0 | 19 | 0 | 3D | 61 | 57 |
| Octal | 375 | 376 | 276 | 0 | 0 | 31 | 0 | 75 | 141 | 127 |
| Binary | 11111101 | 11111110 | 10111110 | 0 | 0 | 11001 | 0 | 111101 | 1100001 | 1010111 |
Color Harmonies of #FDFEBE
Complementary color
Monochromatic Colors of #FDFEBE
Black with #FDFEBE
Text Example
Text Example
White with #FDFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEBE; }
p { color: rgb(253,254,190); }
H1.HeaderClassName
{
color: #FDFEBE;
}
.AnyTagClassName
{
color: #FDFEBE;
}
</style>
background-color css
<style>
a { background-color: #FDFEBE; }
a { background-color: rgb(253,254,190); }
div.DivClassName
{
background-color: #FDFEBE;
}
.BgClassName
{
background-color: #FDFEBE;
}
</style>
border-color css
<style>
span { border-color: #FDFEBE; }
span { border-color: rgb(253,254,190); }
td.TdClassName
{
border-color: #FDFEBE;
}
.TagClassName
{
border-color: #FDFEBE;
}
</style>