Shades of Cumulus #FDFFB9
Tints of Cumulus #FDFFB9
RGB
CMYK
RGB Variations
Color information
#FDFFB9 (or 0xFDFFB9) is known color: Cumulus. HEX triplet: FD, FF and B9. RGB value is (253,255,185). Sum of RGB (Red+Green+Blue) = 253+255+185=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 185 (72.66% from 255 or 26.70% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFB9 is #020046. Grayscale: #F6F6F6. Windows color (decimal): -131143 or 12189693. OLE color: 12189693.
HSL color Cylindrical-coordinate representation of color #FDFFB9: hue angle of 61.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDFFB9 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 185 | - |
CMYK | 0.01 | 0 | 0.27 | 0 |
HSL | 61.71º | 1% | 0.86% | - |
HSV(B) | 61.71º | 0.27% | 1% | - |
XYZ | 85.02 | 95.91 | 59.93 | - |
YUV | 246.42 | 93.34 | 132.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 185 | 0.01 | 0 | 0.27 | 0 | 61.71 | 1 | 0.86 |
Hex | FD | FF | B9 | 1 | 0 | 1B | 0 | 3E | 64 | 56 |
Octal | 375 | 377 | 271 | 1 | 0 | 33 | 0 | 76 | 144 | 126 |
Binary | 11111101 | 11111111 | 10111001 | 1 | 0 | 11011 | 0 | 111110 | 1100100 | 1010110 |
Color Harmonies of #FDFFB9
Complementary color
Monochromatic Colors of #FDFFB9
Black with #FDFFB9
Text Example
Text Example
White with #FDFFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFB9; }
p { color: rgb(253,255,185); }
H1.HeaderClassName
{
color: #FDFFB9;
}
.AnyTagClassName
{
color: #FDFFB9;
}
</style>
background-color css
<style>
a { background-color: #FDFFB9; }
a { background-color: rgb(253,255,185); }
div.DivClassName
{
background-color: #FDFFB9;
}
.BgClassName
{
background-color: #FDFFB9;
}
</style>
border-color css
<style>
span { border-color: #FDFFB9; }
span { border-color: rgb(253,255,185); }
td.TdClassName
{
border-color: #FDFFB9;
}
.TagClassName
{
border-color: #FDFFB9;
}
</style>