Shades of Cumulus #FDFBBE
Tints of Cumulus #FDFBBE
RGB
CMYK
RGB Variations
Color information
#FDFBBE (or 0xFDFBBE) is known color: Cumulus. HEX triplet: FD, FB and BE. RGB value is (253,251,190). Sum of RGB (Red+Green+Blue) = 253+251+190=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 190 (74.61% from 255 or 27.38% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBBE is #020441. Grayscale: #F4F4F4. Windows color (decimal): -132162 or 12516349. OLE color: 12516349.
HSL color Cylindrical-coordinate representation of color #FDFBBE: hue angle of 58.1º 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 #FDFBBE is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 190 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.01 |
| HSL | 58.1º | 0.94% | 0.87% | - |
| HSV(B) | 58.1º | 0.25% | 0.99% | - |
| XYZ | 84.3 | 93.59 | 62.34 | - |
| YUV | 244.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 190 | 0 | 0.01 | 0.25 | 0.01 | 58.1 | 0.94 | 0.87 |
| Hex | FD | FB | BE | 0 | 1 | 19 | 1 | 3A | 5E | 57 |
| Octal | 375 | 373 | 276 | 0 | 1 | 31 | 1 | 72 | 136 | 127 |
| Binary | 11111101 | 11111011 | 10111110 | 0 | 1 | 11001 | 1 | 111010 | 1011110 | 1010111 |
Color Harmonies of #FDFBBE
Complementary color
Monochromatic Colors of #FDFBBE
Black with #FDFBBE
Text Example
Text Example
White with #FDFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBBE; }
p { color: rgb(253,251,190); }
H1.HeaderClassName
{
color: #FDFBBE;
}
.AnyTagClassName
{
color: #FDFBBE;
}
</style>
background-color css
<style>
a { background-color: #FDFBBE; }
a { background-color: rgb(253,251,190); }
div.DivClassName
{
background-color: #FDFBBE;
}
.BgClassName
{
background-color: #FDFBBE;
}
</style>
border-color css
<style>
span { border-color: #FDFBBE; }
span { border-color: rgb(253,251,190); }
td.TdClassName
{
border-color: #FDFBBE;
}
.TagClassName
{
border-color: #FDFBBE;
}
</style>