Shades of Cumulus #FDFBBC
Tints of Cumulus #FDFBBC
RGB
CMYK
RGB Variations
Color information
#FDFBBC (or 0xFDFBBC) is known color: Cumulus. HEX triplet: FD, FB and BC. RGB value is (253,251,188). Sum of RGB (Red+Green+Blue) = 253+251+188=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 188 (73.83% from 255 or 27.17% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBBC is #020443. Grayscale: #F4F4F4. Windows color (decimal): -132164 or 12385277. OLE color: 12385277.
HSL color Cylindrical-coordinate representation of color #FDFBBC: hue angle of 58.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDFBBC is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 188 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.01 |
| HSL | 58.15º | 0.94% | 0.86% | - |
| HSV(B) | 58.15º | 0.26% | 0.99% | - |
| XYZ | 84.08 | 93.51 | 61.19 | - |
| YUV | 244.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 188 | 0 | 0.01 | 0.26 | 0.01 | 58.15 | 0.94 | 0.86 |
| Hex | FD | FB | BC | 0 | 1 | 1A | 1 | 3A | 5E | 56 |
| Octal | 375 | 373 | 274 | 0 | 1 | 32 | 1 | 72 | 136 | 126 |
| Binary | 11111101 | 11111011 | 10111100 | 0 | 1 | 11010 | 1 | 111010 | 1011110 | 1010110 |
Color Harmonies of #FDFBBC
Complementary color
Monochromatic Colors of #FDFBBC
Black with #FDFBBC
Text Example
Text Example
White with #FDFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBBC; }
p { color: rgb(253,251,188); }
H1.HeaderClassName
{
color: #FDFBBC;
}
.AnyTagClassName
{
color: #FDFBBC;
}
</style>
background-color css
<style>
a { background-color: #FDFBBC; }
a { background-color: rgb(253,251,188); }
div.DivClassName
{
background-color: #FDFBBC;
}
.BgClassName
{
background-color: #FDFBBC;
}
</style>
border-color css
<style>
span { border-color: #FDFBBC; }
span { border-color: rgb(253,251,188); }
td.TdClassName
{
border-color: #FDFBBC;
}
.TagClassName
{
border-color: #FDFBBC;
}
</style>