Shades of Cumulus #FBFDB8
Tints of Cumulus #FBFDB8
RGB
CMYK
RGB Variations
Color information
#FBFDB8 (or 0xFBFDB8) is known color: Cumulus. HEX triplet: FB, FD and B8. RGB value is (251,253,184). Sum of RGB (Red+Green+Blue) = 251+253+184=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 184 (72.27% from 255 or 26.74% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDB8 is #040247. Grayscale: #F4F4F4. Windows color (decimal): -262728 or 12123643. OLE color: 12123643.
HSL color Cylindrical-coordinate representation of color #FBFDB8: hue angle of 61.74º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBFDB8 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 184 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.01 |
| HSL | 61.74º | 0.95% | 0.86% | - |
| HSV(B) | 61.74º | 0.27% | 0.99% | - |
| XYZ | 83.56 | 94.22 | 59.13 | - |
| YUV | 244.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 184 | 0.01 | 0 | 0.27 | 0.01 | 61.74 | 0.95 | 0.86 |
| Hex | FB | FD | B8 | 1 | 0 | 1B | 1 | 3E | 5F | 56 |
| Octal | 373 | 375 | 270 | 1 | 0 | 33 | 1 | 76 | 137 | 126 |
| Binary | 11111011 | 11111101 | 10111000 | 1 | 0 | 11011 | 1 | 111110 | 1011111 | 1010110 |
Color Harmonies of #FBFDB8
Complementary color
Monochromatic Colors of #FBFDB8
Black with #FBFDB8
Text Example
Text Example
White with #FBFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDB8; }
p { color: rgb(251,253,184); }
H1.HeaderClassName
{
color: #FBFDB8;
}
.AnyTagClassName
{
color: #FBFDB8;
}
</style>
background-color css
<style>
a { background-color: #FBFDB8; }
a { background-color: rgb(251,253,184); }
div.DivClassName
{
background-color: #FBFDB8;
}
.BgClassName
{
background-color: #FBFDB8;
}
</style>
border-color css
<style>
span { border-color: #FBFDB8; }
span { border-color: rgb(251,253,184); }
td.TdClassName
{
border-color: #FBFDB8;
}
.TagClassName
{
border-color: #FBFDB8;
}
</style>