Shades of Cumulus #FDFDB6
Tints of Cumulus #FDFDB6
RGB
CMYK
RGB Variations
Color information
#FDFDB6 (or 0xFDFDB6) is known color: Cumulus. HEX triplet: FD, FD and B6. RGB value is (253,253,182). Sum of RGB (Red+Green+Blue) = 253+253+182=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 182 (71.48% from 255 or 26.45% from 688); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDB6 is #020249. Grayscale: #F5F5F5. Windows color (decimal): -131658 or 11992573. OLE color: 11992573.
HSL color Cylindrical-coordinate representation of color #FDFDB6: hue angle of 60º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDFDB6 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 182 | - |
| CMYK | 0 | 0 | 0.28 | 0.01 |
| HSL | 60º | 0.95% | 0.85% | - |
| HSV(B) | 60º | 0.28% | 0.99% | - |
| XYZ | 84.08 | 94.51 | 58.07 | - |
| YUV | 244.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 182 | 0 | 0 | 0.28 | 0.01 | 60 | 0.95 | 0.85 |
| Hex | FD | FD | B6 | 0 | 0 | 1C | 1 | 3C | 5F | 55 |
| Octal | 375 | 375 | 266 | 0 | 0 | 34 | 1 | 74 | 137 | 125 |
| Binary | 11111101 | 11111101 | 10110110 | 0 | 0 | 11100 | 1 | 111100 | 1011111 | 1010101 |
Color Harmonies of #FDFDB6
Complementary color
Monochromatic Colors of #FDFDB6
Black with #FDFDB6
Text Example
Text Example
White with #FDFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDB6; }
p { color: rgb(253,253,182); }
H1.HeaderClassName
{
color: #FDFDB6;
}
.AnyTagClassName
{
color: #FDFDB6;
}
</style>
background-color css
<style>
a { background-color: #FDFDB6; }
a { background-color: rgb(253,253,182); }
div.DivClassName
{
background-color: #FDFDB6;
}
.BgClassName
{
background-color: #FDFDB6;
}
</style>
border-color css
<style>
span { border-color: #FDFDB6; }
span { border-color: rgb(253,253,182); }
td.TdClassName
{
border-color: #FDFDB6;
}
.TagClassName
{
border-color: #FDFDB6;
}
</style>