Shades of Panache #F2FBED
Tints of Panache #F2FBED
RGB
CMYK
RGB Variations
Color information
#F2FBED (or 0xF2FBED) is known color: Panache. HEX triplet: F2, FB and ED. RGB value is (242,251,237). Sum of RGB (Red+Green+Blue) = 242+251+237=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBED is #0D0412. Grayscale: #F6F6F6. Windows color (decimal): -853011 or 15596530. OLE color: 15596530.
HSL color Cylindrical-coordinate representation of color #F2FBED: hue angle of 98.57º 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 #F2FBED is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 251 | 237 | - |
CMYK | 0.04 | 0 | 0.06 | 0.02 |
HSL | 98.57º | 0.64% | 0.96% | - |
HSV(B) | 98.57º | 0.06% | 0.98% | - |
XYZ | 86.4 | 93.99 | 93.71 | - |
YUV | 246.71 | 122.52 | 124.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 251 | 237 | 0.04 | 0 | 0.06 | 0.02 | 98.57 | 0.64 | 0.96 |
Hex | F2 | FB | ED | 4 | 0 | 6 | 2 | 63 | 40 | 60 |
Octal | 362 | 373 | 355 | 4 | 0 | 6 | 2 | 143 | 100 | 140 |
Binary | 11110010 | 11111011 | 11101101 | 100 | 0 | 110 | 10 | 1100011 | 1000000 | 1100000 |
Color Harmonies of #F2FBED
Complementary color
Monochromatic Colors of #F2FBED
Black with #F2FBED
Text Example
Text Example
White with #F2FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBED; }
p { color: rgb(242,251,237); }
H1.HeaderClassName
{
color: #F2FBED;
}
.AnyTagClassName
{
color: #F2FBED;
}
</style>
background-color css
<style>
a { background-color: #F2FBED; }
a { background-color: rgb(242,251,237); }
div.DivClassName
{
background-color: #F2FBED;
}
.BgClassName
{
background-color: #F2FBED;
}
</style>
border-color css
<style>
span { border-color: #F2FBED; }
span { border-color: rgb(242,251,237); }
td.TdClassName
{
border-color: #F2FBED;
}
.TagClassName
{
border-color: #F2FBED;
}
</style>