Shades of Panache #F2FAEE
Tints of Panache #F2FAEE
RGB
CMYK
RGB Variations
Color information
#F2FAEE (or 0xF2FAEE) is known color: Panache. HEX triplet: F2, FA and EE. RGB value is (242,250,238). Sum of RGB (Red+Green+Blue) = 242+250+238=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 238 (93.36% from 255 or 32.60% from 730); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAEE is #0D0511. Grayscale: #F6F6F6. Windows color (decimal): -853266 or 15661810. OLE color: 15661810.
HSL color Cylindrical-coordinate representation of color #F2FAEE: hue angle of 100º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FAEE is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 238 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.02 |
| HSL | 100º | 0.55% | 0.96% | - |
| HSV(B) | 100º | 0.05% | 0.98% | - |
| XYZ | 86.24 | 93.42 | 94.38 | - |
| YUV | 246.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 238 | 0.03 | 0 | 0.05 | 0.02 | 100 | 0.55 | 0.96 |
| Hex | F2 | FA | EE | 3 | 0 | 5 | 2 | 64 | 37 | 60 |
| Octal | 362 | 372 | 356 | 3 | 0 | 5 | 2 | 144 | 67 | 140 |
| Binary | 11110010 | 11111010 | 11101110 | 11 | 0 | 101 | 10 | 1100100 | 110111 | 1100000 |
Color Harmonies of #F2FAEE
Complementary color
Monochromatic Colors of #F2FAEE
Black with #F2FAEE
Text Example
Text Example
White with #F2FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAEE; }
p { color: rgb(242,250,238); }
H1.HeaderClassName
{
color: #F2FAEE;
}
.AnyTagClassName
{
color: #F2FAEE;
}
</style>
background-color css
<style>
a { background-color: #F2FAEE; }
a { background-color: rgb(242,250,238); }
div.DivClassName
{
background-color: #F2FAEE;
}
.BgClassName
{
background-color: #F2FAEE;
}
</style>
border-color css
<style>
span { border-color: #F2FAEE; }
span { border-color: rgb(242,250,238); }
td.TdClassName
{
border-color: #F2FAEE;
}
.TagClassName
{
border-color: #F2FAEE;
}
</style>