#F1EBF1

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

Shades of Selago #F1EBF1

Tints of Selago #F1EBF1

Color information

#F1EBF1 (or 0xF1EBF1) is unknown color: approx Selago. HEX triplet: F1, EB and F1. RGB value is (241,235,241). Sum of RGB (Red+Green+Blue) = 241+235+241=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 235 (92.19% from 255 or 32.78% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1EBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EBF1 is #0E140E. Grayscale: #EDEDED. Windows color (decimal): -922639 or 15854577. OLE color: 15854577.

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

Color convert

RGB241235241-
CMYK00.0200.05
HSL300º17.65%93.33%-
HSV(B)300º2.49%94.51%-
XYZ81.8684.4795.21-
YUV237.48129.99130.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.61%
GREEN value IS 235 (92.19% from 255) = 32.78%
BLUE value IS 241 (94.53% from 255) = 33.61%
R=33.61%
G=32.78%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123524100.0200.0530017.6593.33
HexF1EBF1020512c125d
Octal361353361020545422135
Binary1111000111101011111100010100101100101100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBF1; }

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

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

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

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

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

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

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

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