#F1FAEA

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

Shades of Panache #F1FAEA

Tints of Panache #F1FAEA

Color information

#F1FAEA (or 0xF1FAEA) is unknown color: approx Panache. HEX triplet: F1, FA and EA. RGB value is (241,250,234). Sum of RGB (Red+Green+Blue) = 241+250+234=725 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.24% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 234 (91.80% from 255 or 32.28% from 725); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAEA is #0E0515. Grayscale: #F5F5F5. Windows color (decimal): -918806 or 15399665. OLE color: 15399665.

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

Color convert

RGB241250234-
CMYK0.0400.060.02
HSL93.75º61.54%94.9%-
HSV(B)93.75º6.4%98.04%-
XYZ85.3193.0191.3-
YUV245.48121.52124.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.24%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 234 (91.80% from 255) = 32.28%
R=33.24%
G=34.48%
B=32.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412502340.0400.060.0293.7561.5494.9
HexF1FAEA40625e3e5f
Octal361372352406213676137
Binary11110001111110101110101010001101010111101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAEA; }

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

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

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

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

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

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

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

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