#F1E5F1

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

Shades of Selago #F1E5F1

Tints of Selago #F1E5F1

Color information

#F1E5F1 (or 0xF1E5F1) is unknown color: approx Selago. HEX triplet: F1, E5 and F1. RGB value is (241,229,241). Sum of RGB (Red+Green+Blue) = 241+229+241=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1E5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5F1 is #0E1A0E. Grayscale: #E9E9E9. Windows color (decimal): -924175 or 15853041. OLE color: 15853041.

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

Color convert

RGB241229241-
CMYK00.0500.05
HSL300º30%92.16%-
HSV(B)300º4.98%94.51%-
XYZ80.1781.0994.65-
YUV233.96131.98133.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.90%
GREEN value IS 229 (89.84% from 255) = 32.21%
BLUE value IS 241 (94.53% from 255) = 33.90%
R=33.90%
G=32.21%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122924100.0500.053003092.16
HexF1E5F1050512c1e5c
Octal361345361050545436134
Binary11110001111001011111000101010101100101100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5F1; }

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

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

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

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

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

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

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

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