#F0EFE7

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

Shades of Alabaster #F0EFE7

Tints of Alabaster #F0EFE7

Color information

#F0EFE7 (or 0xF0EFE7) is unknown color: approx Alabaster. HEX triplet: F0, EF and E7. RGB value is (240,239,231). Sum of RGB (Red+Green+Blue) = 240+239+231=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFE7 is #0F1018. Grayscale: #EEEEEE. Windows color (decimal): -987161 or 15200240. OLE color: 15200240.

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

Color convert

RGB240239231-
CMYK00.000.040.06
HSL53.33º23.08%92.35%-
HSV(B)53.33º3.75%94.12%-
XYZ81.2386.0387.93-
YUV238.39123.83129.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.80%
GREEN value IS 239 (93.75% from 255) = 33.66%
BLUE value IS 231 (90.62% from 255) = 32.54%
R=33.80%
G=33.66%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023923100.000.040.0653.3323.0892.35
HexF0EFE7004635175c
Octal36035734700466527134
Binary11110000111011111110011100100110110101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFE7; }

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

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

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

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

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

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

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

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