#F2FBEC

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

Shades of Panache #F2FBEC

Tints of Panache #F2FBEC

Color information

#F2FBEC (or 0xF2FBEC) is unknown color: approx Panache. HEX triplet: F2, FB and EC. RGB value is (242,251,236). Sum of RGB (Red+Green+Blue) = 242+251+236=729 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.20% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 236 (92.58% from 255 or 32.37% from 729); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBEC is #0D0413. Grayscale: #F6F6F6. Windows color (decimal): -853012 or 15530994. OLE color: 15530994.

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

Color convert

RGB242251236-
CMYK0.0400.060.02
HSL96º65.22%95.49%-
HSV(B)96º5.98%98.43%-
XYZ86.2693.9392.94-
YUV246.6122.02124.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.20%
GREEN value IS 251 (98.44% from 255) = 34.43%
BLUE value IS 236 (92.58% from 255) = 32.37%
R=33.20%
G=34.43%
B=32.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422512360.0400.060.029665.2295.49
HexF2FBEC406260415f
Octal3623733544062140101137
Binary111100101111101111101100100011010110000010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FBEC; }

 p { color: rgb(242,251,236); }

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

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

 a { background-color: rgb(242,251,236); }

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

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

 span { border-color: rgb(242,251,236); }

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