#F1E8F1

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

Shades of Selago #F1E8F1

Tints of Selago #F1E8F1

Color information

#F1E8F1 (or 0xF1E8F1) is unknown color: approx Selago. HEX triplet: F1, E8 and F1. RGB value is (241,232,241). Sum of RGB (Red+Green+Blue) = 241+232+241=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 232 (91.02% from 255 or 32.49% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1E8F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E8F1 is #0E170E. Grayscale: #EBEBEB. Windows color (decimal): -923407 or 15853809. OLE color: 15853809.

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

Color convert

RGB241232241-
CMYK00.0400.05
HSL300º24.32%92.75%-
HSV(B)300º3.73%94.51%-
XYZ81.0182.7694.92-
YUV235.72130.98131.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.75%
GREEN value IS 232 (91.02% from 255) = 32.49%
BLUE value IS 241 (94.53% from 255) = 33.75%
R=33.75%
G=32.49%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123224100.0400.0530024.3292.75
HexF1E8F1040512c185d
Octal361350361040545430135
Binary11110001111010001111000101000101100101100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E8F1; }

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

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

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

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

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

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

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

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