Shades of Cumulus #FFFDB7
Tints of Cumulus #FFFDB7
RGB
CMYK
RGB Variations
Color information
#FFFDB7 (or 0xFFFDB7) is known color: Cumulus. HEX triplet: FF, FD and B7. RGB value is (255,253,183). Sum of RGB (Red+Green+Blue) = 255+253+183=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 183 (71.88% from 255 or 26.48% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDB7 is #000248. Grayscale: #F5F5F5. Windows color (decimal): -585 or 12058111. OLE color: 12058111.
HSL color Cylindrical-coordinate representation of color #FFFDB7: hue angle of 58.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFFDB7 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 183 | - |
| CMYK | 0 | 0.01 | 0.28 | 0 |
| HSL | 58.33º | 1% | 0.86% | - |
| HSV(B) | 58.33º | 0.28% | 1% | - |
| XYZ | 84.91 | 94.93 | 58.65 | - |
| YUV | 245.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 183 | 0 | 0.01 | 0.28 | 0 | 58.33 | 1 | 0.86 |
| Hex | FF | FD | B7 | 0 | 1 | 1C | 0 | 3A | 64 | 56 |
| Octal | 377 | 375 | 267 | 0 | 1 | 34 | 0 | 72 | 144 | 126 |
| Binary | 11111111 | 11111101 | 10110111 | 0 | 1 | 11100 | 0 | 111010 | 1100100 | 1010110 |
Color Harmonies of #FFFDB7
Complementary color
Monochromatic Colors of #FFFDB7
Black with #FFFDB7
Text Example
Text Example
White with #FFFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDB7; }
p { color: rgb(255,253,183); }
H1.HeaderClassName
{
color: #FFFDB7;
}
.AnyTagClassName
{
color: #FFFDB7;
}
</style>
background-color css
<style>
a { background-color: #FFFDB7; }
a { background-color: rgb(255,253,183); }
div.DivClassName
{
background-color: #FFFDB7;
}
.BgClassName
{
background-color: #FFFDB7;
}
</style>
border-color css
<style>
span { border-color: #FFFDB7; }
span { border-color: rgb(255,253,183); }
td.TdClassName
{
border-color: #FFFDB7;
}
.TagClassName
{
border-color: #FFFDB7;
}
</style>