#F1E3EF

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

Shades of Selago #F1E3EF

Tints of Selago #F1E3EF

Color information

#F1E3EF (or 0xF1E3EF) is unknown color: approx Selago. HEX triplet: F1, E3 and EF. RGB value is (241,227,239). Sum of RGB (Red+Green+Blue) = 241+227+239=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 227 (89.06% from 255 or 32.11% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3EF is #0E1C10. Grayscale: #E8E8E8. Windows color (decimal): -924689 or 15721457. OLE color: 15721457.

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

Color convert

RGB241227239-
CMYK00.060.010.05
HSL308.57º33.33%91.76%-
HSV(B)308.57º5.81%94.51%-
XYZ79.3279.8792.9-
YUV232.55131.64134.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.09%
GREEN value IS 227 (89.06% from 255) = 32.11%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=34.09%
G=32.11%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122723900.060.010.05308.5733.3391.76
HexF1E3EF0615135215c
Octal361343357061546541134
Binary111100011110001111101111011011011001101011000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3EF; }

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

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

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

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

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

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

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

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