#F1E1F1

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

Shades of Selago #F1E1F1

Tints of Selago #F1E1F1

Color information

#F1E1F1 (or 0xF1E1F1) is unknown color: approx Selago. HEX triplet: F1, E1 and F1. RGB value is (241,225,241). Sum of RGB (Red+Green+Blue) = 241+225+241=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1E1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E1F1 is #0E1E0E. Grayscale: #E7E7E7. Windows color (decimal): -925199 or 15852017. OLE color: 15852017.

HSL color Cylindrical-coordinate representation of color #F1E1F1: hue angle of 300º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E1F1 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241225241-
CMYK00.0700.05
HSL300º36.36%91.37%-
HSV(B)300º6.64%94.51%-
XYZ79.0878.994.28-
YUV231.61133.3134.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.09%
GREEN value IS 225 (88.28% from 255) = 31.82%
BLUE value IS 241 (94.53% from 255) = 34.09%
R=34.09%
G=31.82%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122524100.0700.0530036.3691.37
HexF1E1F1070512c245b
Octal361341361070545444133
Binary111100011110000111110001011101011001011001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E1F1; }

 p { color: rgb(241,225,241); }

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

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

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

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

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

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

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