#F1F0EA

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

Shades of Alabaster #F1F0EA

Tints of Alabaster #F1F0EA

Color information

#F1F0EA (or 0xF1F0EA) is unknown color: approx Alabaster. HEX triplet: F1, F0 and EA. RGB value is (241,240,234). Sum of RGB (Red+Green+Blue) = 241+240+234=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0EA is #0E0F15. Grayscale: #EFEFEF. Windows color (decimal): -921366 or 15397105. OLE color: 15397105.

HSL color Cylindrical-coordinate representation of color #F1F0EA: hue angle of 51.43º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F1F0EA is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241240234-
CMYK00.000.030.05
HSL51.43º20%93.14%-
HSV(B)51.43º2.9%94.51%-
XYZ82.2986.9690.29-
YUV239.62124.83128.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.71%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 234 (91.80% from 255) = 32.73%
R=33.71%
G=33.57%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124023400.000.030.0551.432093.14
HexF1F0EA003533145d
Octal36136035200356324135
Binary1111000111110000111010100011101110011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0EA; }

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

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

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

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

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

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

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

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