#F1FEEA

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

Shades of Panache #F1FEEA

Tints of Panache #F1FEEA

Color information

#F1FEEA (or 0xF1FEEA) is unknown color: approx Panache. HEX triplet: F1, FE and EA. RGB value is (241,254,234). Sum of RGB (Red+Green+Blue) = 241+254+234=729 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.06% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 234 (91.80% from 255 or 32.10% from 729); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FEEA is #0E0115. Grayscale: #F7F7F7. Windows color (decimal): -917782 or 15400689. OLE color: 15400689.

HSL color Cylindrical-coordinate representation of color #F1FEEA: hue angle of 99º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1FEEA is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB241254234-
CMYK0.0500.080.00
HSL99º90.91%95.69%-
HSV(B)99º7.87%99.61%-
XYZ86.5795.5291.72-
YUV247.83120.19123.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.06%
GREEN value IS 254 (99.61% from 255) = 34.84%
BLUE value IS 234 (91.80% from 255) = 32.10%
R=33.06%
G=34.84%
B=32.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412542340.0500.080.009990.9195.69
HexF1FEEA5080635b60
Octal36137635250100143133140
Binary111100011111111011101010101010000110001110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEEA; }

 p { color: rgb(241,254,234); }

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

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

 a { background-color: rgb(241,254,234); }

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

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

 span { border-color: rgb(241,254,234); }

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