#F1EDF0

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

Shades of Selago #F1EDF0

Tints of Selago #F1EDF0

Color information

#F1EDF0 (or 0xF1EDF0) is unknown color: approx Selago. HEX triplet: F1, ED and F0. RGB value is (241,237,240). Sum of RGB (Red+Green+Blue) = 241+237+240=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDF0 is #0E120F. Grayscale: #EEEEEE. Windows color (decimal): -922128 or 15789553. OLE color: 15789553.

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

Color convert

RGB241237240-
CMYK00.020.000.05
HSL315º12.5%93.73%-
HSV(B)315º1.66%94.51%-
XYZ82.2985.5694.62-
YUV238.54128.83129.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.57%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 240 (94.14% from 255) = 33.43%
R=33.57%
G=33.01%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123724000.020.000.0531512.593.73
HexF1EDF0020513bc5e
Octal361355360020547314136
Binary111100011110110111110000010010110011101111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDF0; }

 p { color: rgb(241,237,240); }

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

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

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

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

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

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

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