Shades of Panache #F1FBED
Tints of Panache #F1FBED
RGB
CMYK
RGB Variations
Color information
#F1FBED (or 0xF1FBED) is known color: Panache. HEX triplet: F1, FB and ED. RGB value is (241,251,237). Sum of RGB (Red+Green+Blue) = 241+251+237=729 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.06% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 237 (92.97% from 255 or 32.51% from 729); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FBED is #0E0412. Grayscale: #F6F6F6. Windows color (decimal): -918547 or 15596529. OLE color: 15596529.
HSL color Cylindrical-coordinate representation of color #F1FBED: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1FBED is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 251 | 237 | - |
CMYK | 0.04 | 0 | 0.06 | 0.02 |
HSL | 102.86º | 0.64% | 0.96% | - |
HSV(B) | 102.86º | 0.06% | 0.98% | - |
XYZ | 86.06 | 93.81 | 93.69 | - |
YUV | 246.41 | 122.69 | 124.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 251 | 237 | 0.04 | 0 | 0.06 | 0.02 | 102.86 | 0.64 | 0.96 |
Hex | F1 | FB | ED | 4 | 0 | 6 | 2 | 67 | 40 | 60 |
Octal | 361 | 373 | 355 | 4 | 0 | 6 | 2 | 147 | 100 | 140 |
Binary | 11110001 | 11111011 | 11101101 | 100 | 0 | 110 | 10 | 1100111 | 1000000 | 1100000 |
Color Harmonies of #F1FBED
Complementary color
Monochromatic Colors of #F1FBED
Black with #F1FBED
Text Example
Text Example
White with #F1FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FBED; }
p { color: rgb(241,251,237); }
H1.HeaderClassName
{
color: #F1FBED;
}
.AnyTagClassName
{
color: #F1FBED;
}
</style>
background-color css
<style>
a { background-color: #F1FBED; }
a { background-color: rgb(241,251,237); }
div.DivClassName
{
background-color: #F1FBED;
}
.BgClassName
{
background-color: #F1FBED;
}
</style>
border-color css
<style>
span { border-color: #F1FBED; }
span { border-color: rgb(241,251,237); }
td.TdClassName
{
border-color: #F1FBED;
}
.TagClassName
{
border-color: #F1FBED;
}
</style>