#F1FFE5

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

Shades of Panache #F1FFE5

Tints of Panache #F1FFE5

Color information

#F1FFE5 (or 0xF1FFE5) is unknown color: approx Panache. HEX triplet: F1, FF and E5. RGB value is (241,255,229). Sum of RGB (Red+Green+Blue) = 241+255+229=725 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.24% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 229 (89.84% from 255 or 31.59% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFE5 is #0E001A. Grayscale: #F7F7F7. Windows color (decimal): -917531 or 15073265. OLE color: 15073265.

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

Color convert

RGB241255229-
CMYK0.0500.100
HSL92.31º100%94.9%-
HSV(B)92.31º10.2%100%-
XYZ86.1895.8888.09-
YUV247.85117.36123.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.24%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 229 (89.84% from 255) = 31.59%
R=33.24%
G=35.17%
B=31.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412552290.0500.10092.3110094.9
HexF1FFE550A05c645f
Octal36137734550120134144137
Binary111100011111111111100101101010100101110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFE5; }

 p { color: rgb(241,255,229); }

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

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

 a { background-color: rgb(241,255,229); }

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

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

 span { border-color: rgb(241,255,229); }

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