#F2FBEA

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

Shades of Panache #F2FBEA

Tints of Panache #F2FBEA

Color information

#F2FBEA (or 0xF2FBEA) is unknown color: approx Panache. HEX triplet: F2, FB and EA. RGB value is (242,251,234). Sum of RGB (Red+Green+Blue) = 242+251+234=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 234 (91.80% from 255 or 32.19% from 727); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBEA is #0D0415. Grayscale: #F6F6F6. Windows color (decimal): -853014 or 15399922. OLE color: 15399922.

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

Color convert

RGB242251234-
CMYK0.0400.070.02
HSL91.76º68%95.1%-
HSV(B)91.76º6.77%98.43%-
XYZ85.9793.8191.42-
YUV246.37121.02124.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.29%
GREEN value IS 251 (98.44% from 255) = 34.53%
BLUE value IS 234 (91.80% from 255) = 32.19%
R=33.29%
G=34.53%
B=32.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422512340.0400.070.0291.766895.1
HexF2FBEA40725c445f
Octal3623733524072134104137
Binary111100101111101111101010100011110101110010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FBEA; }

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

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

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

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

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

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

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

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