#F2F8EE

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

Shades of Panache #F2F8EE

Tints of Panache #F2F8EE

Color information

#F2F8EE (or 0xF2F8EE) is unknown color: approx Panache. HEX triplet: F2, F8 and EE. RGB value is (242,248,238). Sum of RGB (Red+Green+Blue) = 242+248+238=728 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.24% from 728); Green value is 248 (97.27% from 255 or 34.07% from 728); Blue value is 238 (93.36% from 255 or 32.69% from 728); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F8EE is #0D0711. Grayscale: #F5F5F5. Windows color (decimal): -853778 or 15661298. OLE color: 15661298.

HSL color Cylindrical-coordinate representation of color #F2F8EE: hue angle of 96º degrees, saturation: 0.42, 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 #F2F8EE is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB242248238-
CMYK0.0200.040.03
HSL96º41.67%95.29%-
HSV(B)96º4.03%97.25%-
XYZ85.6292.1994.17-
YUV245.07124.01125.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.24%
GREEN value IS 248 (97.27% from 255) = 34.07%
BLUE value IS 238 (93.36% from 255) = 32.69%
R=33.24%
G=34.07%
B=32.69%

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
Decimal2422482380.0200.040.039641.6795.29
HexF2F8EE2043602a5f
Octal362370356204314052137
Binary1111001011111000111011101001001111000001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F8EE; }

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

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

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

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

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

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

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

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