#F1E3F0

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

Shades of Selago #F1E3F0

Tints of Selago #F1E3F0

Color information

#F1E3F0 (or 0xF1E3F0) is unknown color: approx Selago. HEX triplet: F1, E3 and F0. RGB value is (241,227,240). Sum of RGB (Red+Green+Blue) = 241+227+240=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 227 (89.06% from 255 or 32.06% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3F0 is #0E1C0F. Grayscale: #E8E8E8. Windows color (decimal): -924688 or 15786993. OLE color: 15786993.

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

Color convert

RGB241227240-
CMYK00.060.000.05
HSL304.29º33.33%91.76%-
HSV(B)304.29º5.81%94.51%-
XYZ79.4779.9393.68-
YUV232.67132.14133.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.04%
GREEN value IS 227 (89.06% from 255) = 32.06%
BLUE value IS 240 (94.14% from 255) = 33.90%
R=34.04%
G=32.06%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122724000.060.000.05304.2933.3391.76
HexF1E3F00605130215c
Octal361343360060546041134
Binary111100011110001111110000011001011001100001000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3F0; }

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

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

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

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

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

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

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

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