#F1FDEB

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

Shades of Panache #F1FDEB

Tints of Panache #F1FDEB

Color information

#F1FDEB (or 0xF1FDEB) is unknown color: approx Panache. HEX triplet: F1, FD and EB. RGB value is (241,253,235). Sum of RGB (Red+Green+Blue) = 241+253+235=729 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.06% from 729); Green value is 253 (99.22% from 255 or 34.71% from 729); Blue value is 235 (92.19% from 255 or 32.24% from 729); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FDEB is #0E0214. Grayscale: #F7F7F7. Windows color (decimal): -918037 or 15465969. OLE color: 15465969.

HSL color Cylindrical-coordinate representation of color #F1FDEB: hue angle of 100º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1FDEB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB241253235-
CMYK0.0500.070.01
HSL100º81.82%95.69%-
HSV(B)100º7.11%99.22%-
XYZ86.494.9592.37-
YUV247.36121.02123.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.06%
GREEN value IS 253 (99.22% from 255) = 34.71%
BLUE value IS 235 (92.19% from 255) = 32.24%
R=33.06%
G=34.71%
B=32.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412532350.0500.070.0110081.8295.69
HexF1FDEB5071645260
Octal3613753535071144122140
Binary11110001111111011110101110101111110010010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDEB; }

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

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

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

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

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

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

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

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