#F1F0E6

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

Shades of Alabaster #F1F0E6

Tints of Alabaster #F1F0E6

Color information

#F1F0E6 (or 0xF1F0E6) is unknown color: approx Alabaster. HEX triplet: F1, F0 and E6. RGB value is (241,240,230). Sum of RGB (Red+Green+Blue) = 241+240+230=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 230 (90.23% from 255 or 32.35% from 711); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0E6 is #0E0F19. Grayscale: #EFEFEF. Windows color (decimal): -921370 or 15134961. OLE color: 15134961.

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

Color convert

RGB241240230-
CMYK00.000.050.05
HSL54.55º28.21%92.35%-
HSV(B)54.55º4.56%94.51%-
XYZ81.7286.7387.3-
YUV239.16122.83129.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.90%
GREEN value IS 240 (94.14% from 255) = 33.76%
BLUE value IS 230 (90.23% from 255) = 32.35%
R=33.90%
G=33.76%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124023000.000.050.0554.5528.2192.35
HexF1F0E60055371c5c
Octal36136034600556734134
Binary11110001111100001110011000101101110111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0E6; }

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

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

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

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

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

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

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

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