#F1E9E2

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

Shades of Fantasy #F1E9E2

Tints of Fantasy #F1E9E2

Color information

#F1E9E2 (or 0xF1E9E2) is unknown color: approx Fantasy. HEX triplet: F1, E9 and E2. RGB value is (241,233,226). Sum of RGB (Red+Green+Blue) = 241+233+226=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9E2 is #0E161D. Grayscale: #EAEAEA. Windows color (decimal): -923166 or 14871025. OLE color: 14871025.

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

Color convert

RGB241233226-
CMYK00.030.060.05
HSL28º34.88%91.57%-
HSV(B)28º6.22%94.51%-
XYZ79.1482.4783.7-
YUV234.59123.15132.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.43%
GREEN value IS 233 (91.41% from 255) = 33.29%
BLUE value IS 226 (88.67% from 255) = 32.29%
R=34.43%
G=33.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123322600.030.060.052834.8891.57
HexF1E9E203651c235c
Octal36135134203653443134
Binary111100011110100111100010011110101111001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E9E2; }

 p { color: rgb(241,233,226); }

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

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

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

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

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

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

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