Shades of Cumulus #FBFDBC
Tints of Cumulus #FBFDBC
RGB
CMYK
RGB Variations
Color information
#FBFDBC (or 0xFBFDBC) is known color: Cumulus. HEX triplet: FB, FD and BC. RGB value is (251,253,188). Sum of RGB (Red+Green+Blue) = 251+253+188=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 188 (73.83% from 255 or 27.17% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDBC is #040243. Grayscale: #F5F5F5. Windows color (decimal): -262724 or 12385787. OLE color: 12385787.
HSL color Cylindrical-coordinate representation of color #FBFDBC: hue angle of 61.85º 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 #FBFDBC is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 188 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.01 |
| HSL | 61.85º | 0.94% | 0.86% | - |
| HSV(B) | 61.85º | 0.26% | 0.99% | - |
| XYZ | 83.99 | 94.39 | 61.37 | - |
| YUV | 244.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 188 | 0.01 | 0 | 0.26 | 0.01 | 61.85 | 0.94 | 0.86 |
| Hex | FB | FD | BC | 1 | 0 | 1A | 1 | 3E | 5E | 56 |
| Octal | 373 | 375 | 274 | 1 | 0 | 32 | 1 | 76 | 136 | 126 |
| Binary | 11111011 | 11111101 | 10111100 | 1 | 0 | 11010 | 1 | 111110 | 1011110 | 1010110 |
Color Harmonies of #FBFDBC
Complementary color
Monochromatic Colors of #FBFDBC
Black with #FBFDBC
Text Example
Text Example
White with #FBFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDBC; }
p { color: rgb(251,253,188); }
H1.HeaderClassName
{
color: #FBFDBC;
}
.AnyTagClassName
{
color: #FBFDBC;
}
</style>
background-color css
<style>
a { background-color: #FBFDBC; }
a { background-color: rgb(251,253,188); }
div.DivClassName
{
background-color: #FBFDBC;
}
.BgClassName
{
background-color: #FBFDBC;
}
</style>
border-color css
<style>
span { border-color: #FBFDBC; }
span { border-color: rgb(251,253,188); }
td.TdClassName
{
border-color: #FBFDBC;
}
.TagClassName
{
border-color: #FBFDBC;
}
</style>