#F1F0EC

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

Shades of Alabaster #F1F0EC

Tints of Alabaster #F1F0EC

Color information

#F1F0EC (or 0xF1F0EC) is unknown color: approx Alabaster. HEX triplet: F1, F0 and EC. RGB value is (241,240,236). Sum of RGB (Red+Green+Blue) = 241+240+236=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0EC is #0E0F13. Grayscale: #EFEFEF. Windows color (decimal): -921364 or 15528177. OLE color: 15528177.

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

Color convert

RGB241240236-
CMYK00.000.020.05
HSL48º15.15%93.53%-
HSV(B)48º2.07%94.51%-
XYZ82.5887.0891.81-
YUV239.84125.83128.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.61%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 236 (92.58% from 255) = 32.91%
R=33.61%
G=33.47%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124023600.000.020.054815.1593.53
HexF1F0EC002530f5e
Octal36136035400256017136
Binary111100011111000011101100001010111000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0EC; }

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

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

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

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

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

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

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

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