Shades of Cumulus #F9FDBF
Tints of Cumulus #F9FDBF
RGB
CMYK
RGB Variations
Color information
#F9FDBF (or 0xF9FDBF) is known color: Cumulus. HEX triplet: F9, FD and BF. RGB value is (249,253,191). Sum of RGB (Red+Green+Blue) = 249+253+191=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 191 (75% from 255 or 27.56% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FDBF is #060240. Grayscale: #F4F4F4. Windows color (decimal): -393793 or 12582393. OLE color: 12582393.
HSL color Cylindrical-coordinate representation of color #F9FDBF: hue angle of 63.87º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9FDBF is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 253 | 191 | - |
CMYK | 0.02 | 0 | 0.25 | 0.01 |
HSL | 63.87º | 0.94% | 0.87% | - |
HSV(B) | 63.87º | 0.25% | 0.99% | - |
XYZ | 83.6 | 94.15 | 63.06 | - |
YUV | 244.74 | 97.67 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 253 | 191 | 0.02 | 0 | 0.25 | 0.01 | 63.87 | 0.94 | 0.87 |
Hex | F9 | FD | BF | 2 | 0 | 19 | 1 | 40 | 5E | 57 |
Octal | 371 | 375 | 277 | 2 | 0 | 31 | 1 | 100 | 136 | 127 |
Binary | 11111001 | 11111101 | 10111111 | 10 | 0 | 11001 | 1 | 1000000 | 1011110 | 1010111 |
Color Harmonies of #F9FDBF
Complementary color
Monochromatic Colors of #F9FDBF
Black with #F9FDBF
Text Example
Text Example
White with #F9FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDBF; }
p { color: rgb(249,253,191); }
H1.HeaderClassName
{
color: #F9FDBF;
}
.AnyTagClassName
{
color: #F9FDBF;
}
</style>
background-color css
<style>
a { background-color: #F9FDBF; }
a { background-color: rgb(249,253,191); }
div.DivClassName
{
background-color: #F9FDBF;
}
.BgClassName
{
background-color: #F9FDBF;
}
</style>
border-color css
<style>
span { border-color: #F9FDBF; }
span { border-color: rgb(249,253,191); }
td.TdClassName
{
border-color: #F9FDBF;
}
.TagClassName
{
border-color: #F9FDBF;
}
</style>