#F1F0E2

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

Shades of Alabaster #F1F0E2

Tints of Alabaster #F1F0E2

Color information

#F1F0E2 (or 0xF1F0E2) is unknown color: approx Alabaster. HEX triplet: F1, F0 and E2. RGB value is (241,240,226). Sum of RGB (Red+Green+Blue) = 241+240+226=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 226 (88.67% from 255 or 31.97% from 707); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0E2 is #0E0F1D. Grayscale: #EEEEEE. Windows color (decimal): -921374 or 14872817. OLE color: 14872817.

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

Color convert

RGB241240226-
CMYK00.000.060.05
HSL56º34.88%91.57%-
HSV(B)56º6.22%94.51%-
XYZ81.1686.5184.37-
YUV238.7120.83129.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.09%
GREEN value IS 240 (94.14% from 255) = 33.95%
BLUE value IS 226 (88.67% from 255) = 31.97%
R=34.09%
G=33.95%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124022600.000.060.055634.8891.57
HexF1F0E2006538235c
Octal36136034200657043134
Binary111100011111000011100010001101011110001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0E2; }

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

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

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

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

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

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

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

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