#F1EEF1

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

Shades of Selago #F1EEF1

Tints of Selago #F1EEF1

Color information

#F1EEF1 (or 0xF1EEF1) is unknown color: approx Selago. HEX triplet: F1, EE and F1. RGB value is (241,238,241). Sum of RGB (Red+Green+Blue) = 241+238+241=720 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.47% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1EEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EEF1 is #0E110E. Grayscale: #EFEFEF. Windows color (decimal): -921871 or 15855345. OLE color: 15855345.

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

Color convert

RGB241238241-
CMYK00.0100.05
HSL300º9.68%93.92%-
HSV(B)300º1.24%94.51%-
XYZ82.7386.295.5-
YUV239.24128.99129.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.47%
GREEN value IS 238 (93.36% from 255) = 33.06%
BLUE value IS 241 (94.53% from 255) = 33.47%
R=33.47%
G=33.06%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123824100.0100.053009.6893.92
HexF1EEF1010512ca5e
Octal361356361010545412136
Binary11110001111011101111000101010110010110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EEF1; }

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

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

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

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

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

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

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

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