Shades of Cumulus #FDFBC0
Tints of Cumulus #FDFBC0
RGB
CMYK
RGB Variations
Color information
#FDFBC0 (or 0xFDFBC0) is known color: Cumulus. HEX triplet: FD, FB and C0. RGB value is (253,251,192). Sum of RGB (Red+Green+Blue) = 253+251+192=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 192 (75.39% from 255 or 27.59% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBC0 is #02043F. Grayscale: #F5F5F5. Windows color (decimal): -132160 or 12647421. OLE color: 12647421.
HSL color Cylindrical-coordinate representation of color #FDFBC0: hue angle of 58.03º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDFBC0 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 192 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.01 |
| HSL | 58.03º | 0.94% | 0.87% | - |
| HSV(B) | 58.03º | 0.24% | 0.99% | - |
| XYZ | 84.52 | 93.68 | 63.5 | - |
| YUV | 244.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 192 | 0 | 0.01 | 0.24 | 0.01 | 58.03 | 0.94 | 0.87 |
| Hex | FD | FB | C0 | 0 | 1 | 18 | 1 | 3A | 5E | 57 |
| Octal | 375 | 373 | 300 | 0 | 1 | 30 | 1 | 72 | 136 | 127 |
| Binary | 11111101 | 11111011 | 11000000 | 0 | 1 | 11000 | 1 | 111010 | 1011110 | 1010111 |
Color Harmonies of #FDFBC0
Complementary color
Monochromatic Colors of #FDFBC0
Black with #FDFBC0
Text Example
Text Example
White with #FDFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBC0; }
p { color: rgb(253,251,192); }
H1.HeaderClassName
{
color: #FDFBC0;
}
.AnyTagClassName
{
color: #FDFBC0;
}
</style>
background-color css
<style>
a { background-color: #FDFBC0; }
a { background-color: rgb(253,251,192); }
div.DivClassName
{
background-color: #FDFBC0;
}
.BgClassName
{
background-color: #FDFBC0;
}
</style>
border-color css
<style>
span { border-color: #FDFBC0; }
span { border-color: rgb(253,251,192); }
td.TdClassName
{
border-color: #FDFBC0;
}
.TagClassName
{
border-color: #FDFBC0;
}
</style>