Shades of Cumulus #FDFDBB
Tints of Cumulus #FDFDBB
RGB
CMYK
RGB Variations
Color information
#FDFDBB (or 0xFDFDBB) is known color: Cumulus. HEX triplet: FD, FD and BB. RGB value is (253,253,187). Sum of RGB (Red+Green+Blue) = 253+253+187=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 187 (73.44% from 255 or 26.98% from 693); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDBB is #020244. Grayscale: #F5F5F5. Windows color (decimal): -131653 or 12320253. OLE color: 12320253.
HSL color Cylindrical-coordinate representation of color #FDFDBB: hue angle of 60º 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 #FDFDBB is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 187 | - |
| CMYK | 0 | 0 | 0.26 | 0.01 |
| HSL | 60º | 0.94% | 0.86% | - |
| HSV(B) | 60º | 0.26% | 0.99% | - |
| XYZ | 84.6 | 94.72 | 60.84 | - |
| YUV | 245.48 | 95 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 187 | 0 | 0 | 0.26 | 0.01 | 60 | 0.94 | 0.86 |
| Hex | FD | FD | BB | 0 | 0 | 1A | 1 | 3C | 5E | 56 |
| Octal | 375 | 375 | 273 | 0 | 0 | 32 | 1 | 74 | 136 | 126 |
| Binary | 11111101 | 11111101 | 10111011 | 0 | 0 | 11010 | 1 | 111100 | 1011110 | 1010110 |
Color Harmonies of #FDFDBB
Complementary color
Monochromatic Colors of #FDFDBB
Black with #FDFDBB
Text Example
Text Example
White with #FDFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDBB; }
p { color: rgb(253,253,187); }
H1.HeaderClassName
{
color: #FDFDBB;
}
.AnyTagClassName
{
color: #FDFDBB;
}
</style>
background-color css
<style>
a { background-color: #FDFDBB; }
a { background-color: rgb(253,253,187); }
div.DivClassName
{
background-color: #FDFDBB;
}
.BgClassName
{
background-color: #FDFDBB;
}
</style>
border-color css
<style>
span { border-color: #FDFDBB; }
span { border-color: rgb(253,253,187); }
td.TdClassName
{
border-color: #FDFDBB;
}
.TagClassName
{
border-color: #FDFDBB;
}
</style>