#F1E4F0

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

Shades of Selago #F1E4F0

Tints of Selago #F1E4F0

Color information

#F1E4F0 (or 0xF1E4F0) is unknown color: approx Selago. HEX triplet: F1, E4 and F0. RGB value is (241,228,240). Sum of RGB (Red+Green+Blue) = 241+228+240=709 (93% of max value = 765). Red value is 241 (94.53% from 255 or 33.99% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E4F0 is #0E1B0F. Grayscale: #E9E9E9. Windows color (decimal): -924432 or 15787249. OLE color: 15787249.

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

Color convert

RGB241228240-
CMYK00.050.000.05
HSL304.62º31.71%91.96%-
HSV(B)304.62º5.39%94.51%-
XYZ79.7580.4893.77-
YUV233.26131.81133.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.99%
GREEN value IS 228 (89.45% from 255) = 32.16%
BLUE value IS 240 (94.14% from 255) = 33.85%
R=33.99%
G=32.16%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122824000.050.000.05304.6231.7191.96
HexF1E4F00505131205c
Octal361344360050546140134
Binary111100011110010011110000010101011001100011000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E4F0; }

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

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

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

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

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

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

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

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