#F0EFEB

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

Shades of Alabaster #F0EFEB

Tints of Alabaster #F0EFEB

Color information

#F0EFEB (or 0xF0EFEB) is unknown color: approx Alabaster. HEX triplet: F0, EF and EB. RGB value is (240,239,235). Sum of RGB (Red+Green+Blue) = 240+239+235=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 235 (92.19% from 255 or 32.91% from 714); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFEB is #0F1014. Grayscale: #EEEEEE. Windows color (decimal): -987157 or 15462384. OLE color: 15462384.

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

Color convert

RGB240239235-
CMYK00.000.020.06
HSL48º14.29%93.14%-
HSV(B)48º2.08%94.12%-
XYZ81.886.2690.94-
YUV238.84125.83128.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.61%
GREEN value IS 239 (93.75% from 255) = 33.47%
BLUE value IS 235 (92.19% from 255) = 32.91%
R=33.61%
G=33.47%
B=32.91%

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
Decimal24023923500.000.020.064814.2993.14
HexF0EFEB002630e5d
Octal36035735300266016135
Binary111100001110111111101011001011011000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFEB; }

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

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

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

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

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

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

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

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