#F1FBEE

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

Shades of Panache #F1FBEE

Tints of Panache #F1FBEE

Color information

#F1FBEE (or 0xF1FBEE) is unknown color: approx Panache. HEX triplet: F1, FB and EE. RGB value is (241,251,238). Sum of RGB (Red+Green+Blue) = 241+251+238=730 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.01% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 238 (93.36% from 255 or 32.60% from 730); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FBEE is #0E0411. Grayscale: #F6F6F6. Windows color (decimal): -918546 or 15662065. OLE color: 15662065.

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

Color convert

RGB241251238-
CMYK0.0400.050.02
HSL106.15º61.9%95.88%-
HSV(B)106.15º5.18%98.43%-
XYZ86.2193.8794.46-
YUV246.53123.19124.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.01%
GREEN value IS 251 (98.44% from 255) = 34.38%
BLUE value IS 238 (93.36% from 255) = 32.60%
R=33.01%
G=34.38%
B=32.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412512380.0400.050.02106.1561.995.88
HexF1FBEE40526a3e60
Octal361373356405215276140
Binary11110001111110111110111010001011011010101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBEE; }

 p { color: rgb(241,251,238); }

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

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

 a { background-color: rgb(241,251,238); }

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

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

 span { border-color: rgb(241,251,238); }

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