#F1EAF1

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

Shades of Selago #F1EAF1

Tints of Selago #F1EAF1

Color information

#F1EAF1 (or 0xF1EAF1) is unknown color: approx Selago. HEX triplet: F1, EA and F1. RGB value is (241,234,241). Sum of RGB (Red+Green+Blue) = 241+234+241=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1EAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EAF1 is #0E150E. Grayscale: #ECECEC. Windows color (decimal): -922895 or 15854321. OLE color: 15854321.

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

Color convert

RGB241234241-
CMYK00.0300.05
HSL300º20%93.14%-
HSV(B)300º2.9%94.51%-
XYZ81.5883.995.11-
YUV236.89130.32130.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.66%
GREEN value IS 234 (91.80% from 255) = 32.68%
BLUE value IS 241 (94.53% from 255) = 33.66%
R=33.66%
G=32.68%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123424100.0300.053002093.14
HexF1EAF1030512c145d
Octal361352361030545424135
Binary1111000111101010111100010110101100101100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAF1; }

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

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

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

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

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

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

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

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