#F1FEE6

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

Shades of Panache #F1FEE6

Tints of Panache #F1FEE6

Color information

#F1FEE6 (or 0xF1FEE6) is unknown color: approx Panache. HEX triplet: F1, FE and E6. RGB value is (241,254,230). Sum of RGB (Red+Green+Blue) = 241+254+230=725 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.24% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 230 (90.23% from 255 or 31.72% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FEE6 is #0E0119. Grayscale: #F7F7F7. Windows color (decimal): -917786 or 15138545. OLE color: 15138545.

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

Color convert

RGB241254230-
CMYK0.0500.090.00
HSL92.5º92.31%94.9%-
HSV(B)92.5º9.45%99.61%-
XYZ8695.388.72-
YUV247.38118.19123.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.24%
GREEN value IS 254 (99.61% from 255) = 35.03%
BLUE value IS 230 (90.23% from 255) = 31.72%
R=33.24%
G=35.03%
B=31.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412542300.0500.090.0092.592.3194.9
HexF1FEE650905c5c5f
Octal36137634650110134134137
Binary111100011111111011100110101010010101110010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEE6; }

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

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

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

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

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

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

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

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