#F2F8ED

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

Shades of Panache #F2F8ED

Tints of Panache #F2F8ED

Color information

#F2F8ED (or 0xF2F8ED) is unknown color: approx Panache. HEX triplet: F2, F8 and ED. RGB value is (242,248,237). Sum of RGB (Red+Green+Blue) = 242+248+237=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 248 (97.27% from 255 or 34.11% from 727); Blue value is 237 (92.97% from 255 or 32.60% from 727); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F8ED is #0D0712. Grayscale: #F4F4F4. Windows color (decimal): -853779 or 15595762. OLE color: 15595762.

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

Color convert

RGB242248237-
CMYK0.0200.040.03
HSL92.73º44%95.1%-
HSV(B)92.73º4.44%97.25%-
XYZ85.4792.1393.4-
YUV244.95123.51125.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.29%
GREEN value IS 248 (97.27% from 255) = 34.11%
BLUE value IS 237 (92.97% from 255) = 32.60%
R=33.29%
G=34.11%
B=32.60%

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
Decimal2422482370.0200.040.0392.734495.1
HexF2F8ED20435d2c5f
Octal362370355204313554137
Binary1111001011111000111011011001001110111011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F8ED; }

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

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

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

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

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

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

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

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