Shades of Cumulus #FDFEBC
Tints of Cumulus #FDFEBC
RGB
CMYK
RGB Variations
Color information
#FDFEBC (or 0xFDFEBC) is known color: Cumulus. HEX triplet: FD, FE and BC. RGB value is (253,254,188). Sum of RGB (Red+Green+Blue) = 253+254+188=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 188 (73.83% from 255 or 27.05% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEBC is #020143. Grayscale: #F6F6F6. Windows color (decimal): -131396 or 12386045. OLE color: 12386045.
HSL color Cylindrical-coordinate representation of color #FDFEBC: hue angle of 60.91º 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 #FDFEBC is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 188 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.00 |
| HSL | 60.91º | 0.97% | 0.87% | - |
| HSV(B) | 60.91º | 0.26% | 1% | - |
| XYZ | 85.03 | 95.4 | 61.51 | - |
| YUV | 246.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 188 | 0.00 | 0 | 0.26 | 0.00 | 60.91 | 0.97 | 0.87 |
| Hex | FD | FE | BC | 0 | 0 | 1A | 0 | 3D | 61 | 57 |
| Octal | 375 | 376 | 274 | 0 | 0 | 32 | 0 | 75 | 141 | 127 |
| Binary | 11111101 | 11111110 | 10111100 | 0 | 0 | 11010 | 0 | 111101 | 1100001 | 1010111 |
Color Harmonies of #FDFEBC
Complementary color
Monochromatic Colors of #FDFEBC
Black with #FDFEBC
Text Example
Text Example
White with #FDFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEBC; }
p { color: rgb(253,254,188); }
H1.HeaderClassName
{
color: #FDFEBC;
}
.AnyTagClassName
{
color: #FDFEBC;
}
</style>
background-color css
<style>
a { background-color: #FDFEBC; }
a { background-color: rgb(253,254,188); }
div.DivClassName
{
background-color: #FDFEBC;
}
.BgClassName
{
background-color: #FDFEBC;
}
</style>
border-color css
<style>
span { border-color: #FDFEBC; }
span { border-color: rgb(253,254,188); }
td.TdClassName
{
border-color: #FDFEBC;
}
.TagClassName
{
border-color: #FDFEBC;
}
</style>