#F1EFF1

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

Shades of Selago #F1EFF1

Tints of Selago #F1EFF1

Color information

#F1EFF1 (or 0xF1EFF1) is unknown color: approx Selago. HEX triplet: F1, EF and F1. RGB value is (241,239,241). Sum of RGB (Red+Green+Blue) = 241+239+241=721 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.43% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 241 (94.53% from 255 or 33.43% from 721); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1EFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EFF1 is #0E100E. Grayscale: #EFEFEF. Windows color (decimal): -921615 or 15855601. OLE color: 15855601.

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

Color convert

RGB241239241-
CMYK00.0100.05
HSL300º6.67%94.12%-
HSV(B)300º0.83%94.51%-
XYZ83.0286.7895.59-
YUV239.83128.66128.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.43%
GREEN value IS 239 (93.75% from 255) = 33.15%
BLUE value IS 241 (94.53% from 255) = 33.43%
R=33.43%
G=33.15%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123924100.0100.053006.6794.12
HexF1EFF1010512c75e
Octal36135736101054547136
Binary1111000111101111111100010101011001011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFF1; }

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

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

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

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

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

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

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

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