#F1F8ED

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

Shades of Panache #F1F8ED

Tints of Panache #F1F8ED

Color information

#F1F8ED (or 0xF1F8ED) is unknown color: approx Panache. HEX triplet: F1, F8 and ED. RGB value is (241,248,237). Sum of RGB (Red+Green+Blue) = 241+248+237=726 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.20% from 726); Green value is 248 (97.27% from 255 or 34.16% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F8ED is #0E0712. Grayscale: #F4F4F4. Windows color (decimal): -919315 or 15595761. OLE color: 15595761.

HSL color Cylindrical-coordinate representation of color #F1F8ED: hue angle of 98.18º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1F8ED is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB241248237-
CMYK0.0300.040.03
HSL98.18º44%95.1%-
HSV(B)98.18º4.44%97.25%-
XYZ85.1391.9593.38-
YUV244.65123.68125.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.20%
GREEN value IS 248 (97.27% from 255) = 34.16%
BLUE value IS 237 (92.97% from 255) = 32.64%
R=33.20%
G=34.16%
B=32.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412482370.0300.040.0398.184495.1
HexF1F8ED3043622c5f
Octal361370355304314254137
Binary1111000111111000111011011101001111000101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F8ED; }

 p { color: rgb(241,248,237); }

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

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

 a { background-color: rgb(241,248,237); }

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

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

 span { border-color: rgb(241,248,237); }

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