#F1F0E4

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

Shades of Alabaster #F1F0E4

Tints of Alabaster #F1F0E4

Color information

#F1F0E4 (or 0xF1F0E4) is unknown color: approx Alabaster. HEX triplet: F1, F0 and E4. RGB value is (241,240,228). Sum of RGB (Red+Green+Blue) = 241+240+228=709 (93% of max value = 765). Red value is 241 (94.53% from 255 or 33.99% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 228 (89.45% from 255 or 32.16% from 709); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0E4 is #0E0F1B. Grayscale: #EEEEEE. Windows color (decimal): -921372 or 15003889. OLE color: 15003889.

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

Color convert

RGB241240228-
CMYK00.000.050.05
HSL55.38º31.71%91.96%-
HSV(B)55.38º5.39%94.51%-
XYZ81.4486.6285.83-
YUV238.93121.83129.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.99%
GREEN value IS 240 (94.14% from 255) = 33.85%
BLUE value IS 228 (89.45% from 255) = 32.16%
R=33.99%
G=33.85%
B=32.16%

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
Decimal24124022800.000.050.0555.3831.7191.96
HexF1F0E4005537205c
Octal36136034400556740134
Binary111100011111000011100100001011011101111000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0E4; }

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

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

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

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

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

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

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

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