#F1FAEE

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

Shades of Panache #F1FAEE

Tints of Panache #F1FAEE

Color information

#F1FAEE (or 0xF1FAEE) is unknown color: approx Panache. HEX triplet: F1, FA and EE. RGB value is (241,250,238). Sum of RGB (Red+Green+Blue) = 241+250+238=729 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.06% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 238 (93.36% from 255 or 32.65% from 729); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAEE is #0E0511. Grayscale: #F5F5F5. Windows color (decimal): -918802 or 15661809. OLE color: 15661809.

HSL color Cylindrical-coordinate representation of color #F1FAEE: hue angle of 105º degrees, saturation: 0.55, 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 #F1FAEE is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB241250238-
CMYK0.0400.050.02
HSL105º54.55%95.69%-
HSV(B)105º4.8%98.04%-
XYZ85.8993.2594.36-
YUV245.94123.52124.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.06%
GREEN value IS 250 (98.05% from 255) = 34.29%
BLUE value IS 238 (93.36% from 255) = 32.65%
R=33.06%
G=34.29%
B=32.65%

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
Decimal2412502380.0400.050.0210554.5595.69
HexF1FAEE4052693760
Octal361372356405215167140
Binary11110001111110101110111010001011011010011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAEE; }

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

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

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

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

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

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

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

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