#F1F0E9

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

Shades of Alabaster #F1F0E9

Tints of Alabaster #F1F0E9

Color information

#F1F0E9 (or 0xF1F0E9) is unknown color: approx Alabaster. HEX triplet: F1, F0 and E9. RGB value is (241,240,233). Sum of RGB (Red+Green+Blue) = 241+240+233=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 233 (91.41% from 255 or 32.63% from 714); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0E9 is #0E0F16. Grayscale: #EFEFEF. Windows color (decimal): -921367 or 15331569. OLE color: 15331569.

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

Color convert

RGB241240233-
CMYK00.000.030.05
HSL52.5º22.22%92.94%-
HSV(B)52.5º3.32%94.51%-
XYZ82.1486.989.54-
YUV239.5124.33129.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.75%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 233 (91.41% from 255) = 32.63%
R=33.75%
G=33.61%
B=32.63%

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
Decimal24124023300.000.030.0552.522.2292.94
HexF1F0E9003534165d
Octal36136035100356426135
Binary1111000111110000111010010011101110100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0E9; }

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

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

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

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

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

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

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

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