Shades of Cumulus #FDFEBD
Tints of Cumulus #FDFEBD
RGB
CMYK
RGB Variations
Color information
#FDFEBD (or 0xFDFEBD) is known color: Cumulus. HEX triplet: FD, FE and BD. RGB value is (253,254,189). Sum of RGB (Red+Green+Blue) = 253+254+189=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 189 (74.22% from 255 or 27.16% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEBD is #020142. Grayscale: #F6F6F6. Windows color (decimal): -131395 or 12451581. OLE color: 12451581.
HSL color Cylindrical-coordinate representation of color #FDFEBD: hue angle of 60.92º 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 #FDFEBD is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 189 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.00 |
| HSL | 60.92º | 0.97% | 0.87% | - |
| HSV(B) | 60.92º | 0.26% | 1% | - |
| XYZ | 85.14 | 95.44 | 62.08 | - |
| YUV | 246.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 189 | 0.00 | 0 | 0.26 | 0.00 | 60.92 | 0.97 | 0.87 |
| Hex | FD | FE | BD | 0 | 0 | 1A | 0 | 3D | 61 | 57 |
| Octal | 375 | 376 | 275 | 0 | 0 | 32 | 0 | 75 | 141 | 127 |
| Binary | 11111101 | 11111110 | 10111101 | 0 | 0 | 11010 | 0 | 111101 | 1100001 | 1010111 |
Color Harmonies of #FDFEBD
Complementary color
Monochromatic Colors of #FDFEBD
Black with #FDFEBD
Text Example
Text Example
White with #FDFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEBD; }
p { color: rgb(253,254,189); }
H1.HeaderClassName
{
color: #FDFEBD;
}
.AnyTagClassName
{
color: #FDFEBD;
}
</style>
background-color css
<style>
a { background-color: #FDFEBD; }
a { background-color: rgb(253,254,189); }
div.DivClassName
{
background-color: #FDFEBD;
}
.BgClassName
{
background-color: #FDFEBD;
}
</style>
border-color css
<style>
span { border-color: #FDFEBD; }
span { border-color: rgb(253,254,189); }
td.TdClassName
{
border-color: #FDFEBD;
}
.TagClassName
{
border-color: #FDFEBD;
}
</style>