Shades of Cumulus #FDF7B7
Tints of Cumulus #FDF7B7
RGB
CMYK
RGB Variations
Color information
#FDF7B7 (or 0xFDF7B7) is known color: Cumulus. HEX triplet: FD, F7 and B7. RGB value is (253,247,183). Sum of RGB (Red+Green+Blue) = 253+247+183=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 183 (71.88% from 255 or 26.79% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7B7 is #020848. Grayscale: #F1F1F1. Windows color (decimal): -133193 or 12056573. OLE color: 12056573.
HSL color Cylindrical-coordinate representation of color #FDF7B7: hue angle of 54.86º 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 #FDF7B7 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 183 | - |
CMYK | 0 | 0.02 | 0.28 | 0.01 |
HSL | 54.86º | 0.95% | 0.85% | - |
HSV(B) | 54.86º | 0.28% | 0.99% | - |
XYZ | 82.32 | 90.82 | 57.99 | - |
YUV | 241.5 | 94.99 | 136.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 183 | 0 | 0.02 | 0.28 | 0.01 | 54.86 | 0.95 | 0.85 |
Hex | FD | F7 | B7 | 0 | 2 | 1C | 1 | 37 | 5F | 55 |
Octal | 375 | 367 | 267 | 0 | 2 | 34 | 1 | 67 | 137 | 125 |
Binary | 11111101 | 11110111 | 10110111 | 0 | 10 | 11100 | 1 | 110111 | 1011111 | 1010101 |
Color Harmonies of #FDF7B7
Complementary color
Monochromatic Colors of #FDF7B7
Black with #FDF7B7
Text Example
Text Example
White with #FDF7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7B7; }
p { color: rgb(253,247,183); }
H1.HeaderClassName
{
color: #FDF7B7;
}
.AnyTagClassName
{
color: #FDF7B7;
}
</style>
background-color css
<style>
a { background-color: #FDF7B7; }
a { background-color: rgb(253,247,183); }
div.DivClassName
{
background-color: #FDF7B7;
}
.BgClassName
{
background-color: #FDF7B7;
}
</style>
border-color css
<style>
span { border-color: #FDF7B7; }
span { border-color: rgb(253,247,183); }
td.TdClassName
{
border-color: #FDF7B7;
}
.TagClassName
{
border-color: #FDF7B7;
}
</style>