Shades of Cumulus #FDFCBE
Tints of Cumulus #FDFCBE
RGB
CMYK
RGB Variations
Color information
#FDFCBE (or 0xFDFCBE) is known color: Cumulus. HEX triplet: FD, FC and BE. RGB value is (253,252,190). Sum of RGB (Red+Green+Blue) = 253+252+190=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 190 (74.61% from 255 or 27.34% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCBE is #020341. Grayscale: #F5F5F5. Windows color (decimal): -131906 or 12516605. OLE color: 12516605.
HSL color Cylindrical-coordinate representation of color #FDFCBE: hue angle of 59.05º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDFCBE is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 190 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.01 |
| HSL | 59.05º | 0.94% | 0.87% | - |
| HSV(B) | 59.05º | 0.25% | 0.99% | - |
| XYZ | 84.61 | 94.22 | 62.44 | - |
| YUV | 245.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 190 | 0 | 0.00 | 0.25 | 0.01 | 59.05 | 0.94 | 0.87 |
| Hex | FD | FC | BE | 0 | 0 | 19 | 1 | 3B | 5E | 57 |
| Octal | 375 | 374 | 276 | 0 | 0 | 31 | 1 | 73 | 136 | 127 |
| Binary | 11111101 | 11111100 | 10111110 | 0 | 0 | 11001 | 1 | 111011 | 1011110 | 1010111 |
Color Harmonies of #FDFCBE
Complementary color
Monochromatic Colors of #FDFCBE
Black with #FDFCBE
Text Example
Text Example
White with #FDFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCBE; }
p { color: rgb(253,252,190); }
H1.HeaderClassName
{
color: #FDFCBE;
}
.AnyTagClassName
{
color: #FDFCBE;
}
</style>
background-color css
<style>
a { background-color: #FDFCBE; }
a { background-color: rgb(253,252,190); }
div.DivClassName
{
background-color: #FDFCBE;
}
.BgClassName
{
background-color: #FDFCBE;
}
</style>
border-color css
<style>
span { border-color: #FDFCBE; }
span { border-color: rgb(253,252,190); }
td.TdClassName
{
border-color: #FDFCBE;
}
.TagClassName
{
border-color: #FDFCBE;
}
</style>