#F2F7EE

Color #F2F7EE Panache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panache #F2F7EE

Tints of Panache #F2F7EE

Color information

#F2F7EE (or 0xF2F7EE) is unknown color: approx Panache. HEX triplet: F2, F7 and EE. RGB value is (242,247,238). Sum of RGB (Red+Green+Blue) = 242+247+238=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 247 (96.88% from 255 or 33.98% from 727); Blue value is 238 (93.36% from 255 or 32.74% from 727); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F7EE is #0D0811. Grayscale: #F4F4F4. Windows color (decimal): -854034 or 15661042. OLE color: 15661042.

HSL color Cylindrical-coordinate representation of color #F2F7EE: hue angle of 93.33º degrees, saturation: 0.36, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2F7EE is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB242247238-
CMYK0.0200.040.03
HSL93.33º36%95.1%-
HSV(B)93.33º3.64%96.86%-
XYZ85.3191.5794.07-
YUV244.48124.34126.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 33.29%
GREEN value IS 247 (96.88% from 255) = 33.98%
BLUE value IS 238 (93.36% from 255) = 32.74%
R=33.29%
G=33.98%
B=32.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422472380.0200.040.0393.333695.1
HexF2F7EE20435d245f
Octal362367356204313544137
Binary1111001011110111111011101001001110111011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F7EE; }

 p { color: rgb(242,247,238); }

 H1.HeaderClassName
 {
   color: #F2F7EE;
 }
 .AnyTagClassName
 {
   color: #F2F7EE;
 }
</style>
background-color css

<style>
 a { background-color: #F2F7EE; }

 a { background-color: rgb(242,247,238); }

 div.DivClassName
 {
   background-color: #F2F7EE;
 }
 .BgClassName
 {
   background-color: #F2F7EE;
 }
</style>
border-color css

<style>
 span { border-color: #F2F7EE; }

 span { border-color: rgb(242,247,238); }

 td.TdClassName
 {
   border-color: #F2F7EE;
 }
 .TagClassName
 {
   border-color: #F2F7EE;
 }
</style>