#F1ECF2

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

Shades of Selago #F1ECF2

Tints of Selago #F1ECF2

Color information

#F1ECF2 (or 0xF1ECF2) is unknown color: approx Selago. HEX triplet: F1, EC and F2. RGB value is (241,236,242). Sum of RGB (Red+Green+Blue) = 241+236+242=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1ECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECF2 is #0E130D. Grayscale: #EEEEEE. Windows color (decimal): -922382 or 15920369. OLE color: 15920369.

HSL color Cylindrical-coordinate representation of color #F1ECF2: hue angle of 290º degrees, saturation: 0.19, 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 #F1ECF2 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241236242-
CMYK0.000.0200.05
HSL290º18.75%93.73%-
HSV(B)290º2.48%94.9%-
XYZ82.385.196.09-
YUV238.18130.16130.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.52%
GREEN value IS 236 (92.58% from 255) = 32.82%
BLUE value IS 242 (94.92% from 255) = 33.66%
R=33.52%
G=32.82%
B=33.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412362420.000.0200.0529018.7593.73
HexF1ECF20205122135e
Octal361354362020544223136
Binary1111000111101100111100100100101100100010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECF2; }

 p { color: rgb(241,236,242); }

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

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

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

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

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

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

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