#F0EFE2

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

Shades of Alabaster #F0EFE2

Tints of Alabaster #F0EFE2

Color information

#F0EFE2 (or 0xF0EFE2) is unknown color: approx Alabaster. HEX triplet: F0, EF and E2. RGB value is (240,239,226). Sum of RGB (Red+Green+Blue) = 240+239+226=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 226 (88.67% from 255 or 32.06% from 705); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFE2 is #0F101D. Grayscale: #EDEDED. Windows color (decimal): -987166 or 14872560. OLE color: 14872560.

HSL color Cylindrical-coordinate representation of color #F0EFE2: hue angle of 55.71º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0EFE2 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB240239226-
CMYK00.000.060.06
HSL55.71º31.82%91.37%-
HSV(B)55.71º5.83%94.12%-
XYZ80.5385.7584.26-
YUV237.82121.33129.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.04%
GREEN value IS 239 (93.75% from 255) = 33.90%
BLUE value IS 226 (88.67% from 255) = 32.06%
R=34.04%
G=33.90%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023922600.000.060.0655.7131.8291.37
HexF0EFE2006638205b
Octal36035734200667040133
Binary111100001110111111100010001101101110001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFE2; }

 p { color: rgb(240,239,226); }

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

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

 a { background-color: rgb(240,239,226); }

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

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

 span { border-color: rgb(240,239,226); }

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