#F1FAEB

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

Shades of Panache #F1FAEB

Tints of Panache #F1FAEB

Color information

#F1FAEB (or 0xF1FAEB) is unknown color: approx Panache. HEX triplet: F1, FA and EB. RGB value is (241,250,235). Sum of RGB (Red+Green+Blue) = 241+250+235=726 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.20% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 235 (92.19% from 255 or 32.37% from 726); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAEB is #0E0514. Grayscale: #F5F5F5. Windows color (decimal): -918805 or 15465201. OLE color: 15465201.

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

Color convert

RGB241250235-
CMYK0.0400.060.02
HSL96º60%95.1%-
HSV(B)96º6%98.04%-
XYZ85.4693.0792.06-
YUV245.6122.02124.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.20%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 235 (92.19% from 255) = 32.37%
R=33.20%
G=34.44%
B=32.37%

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
Decimal2412502350.0400.060.02966095.1
HexF1FAEB4062603c5f
Octal361372353406214074137
Binary11110001111110101110101110001101011000001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAEB; }

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

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

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

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

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

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

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

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