#F1E6EF

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

Shades of Selago #F1E6EF

Tints of Selago #F1E6EF

Color information

#F1E6EF (or 0xF1E6EF) is unknown color: approx Selago. HEX triplet: F1, E6 and EF. RGB value is (241,230,239). Sum of RGB (Red+Green+Blue) = 241+230+239=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E6EF is #0E1910. Grayscale: #EAEAEA. Windows color (decimal): -923921 or 15722225. OLE color: 15722225.

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

Color convert

RGB241230239-
CMYK00.050.010.05
HSL310.91º28.21%92.35%-
HSV(B)310.91º4.56%94.51%-
XYZ80.1581.5393.17-
YUV234.32130.64132.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.94%
GREEN value IS 230 (90.23% from 255) = 32.39%
BLUE value IS 239 (93.75% from 255) = 33.66%
R=33.94%
G=32.39%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123023900.050.010.05310.9128.2192.35
HexF1E6EF05151371c5c
Octal361346357051546734134
Binary11110001111001101110111101011101100110111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E6EF; }

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

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

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

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

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

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

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

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