#F0EFEA

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

Shades of Alabaster #F0EFEA

Tints of Alabaster #F0EFEA

Color information

#F0EFEA (or 0xF0EFEA) is unknown color: approx Alabaster. HEX triplet: F0, EF and EA. RGB value is (240,239,234). Sum of RGB (Red+Green+Blue) = 240+239+234=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFEA is #0F1015. Grayscale: #EEEEEE. Windows color (decimal): -987158 or 15396848. OLE color: 15396848.

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

Color convert

RGB240239234-
CMYK00.000.020.06
HSL50º16.67%92.94%-
HSV(B)50º2.5%94.12%-
XYZ81.6586.290.18-
YUV238.73125.33128.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.66%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 234 (91.80% from 255) = 32.82%
R=33.66%
G=33.52%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023923400.000.020.065016.6792.94
HexF0EFEA002632115d
Octal36035735200266221135
Binary1111000011101111111010100010110110010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFEA; }

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

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

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

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

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

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

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

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