#F0EFE9

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

Shades of Alabaster #F0EFE9

Tints of Alabaster #F0EFE9

Color information

#F0EFE9 (or 0xF0EFE9) is unknown color: approx Alabaster. HEX triplet: F0, EF and E9. RGB value is (240,239,233). Sum of RGB (Red+Green+Blue) = 240+239+233=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 233 (91.41% from 255 or 32.72% from 712); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFE9 is #0F1016. Grayscale: #EEEEEE. Windows color (decimal): -987159 or 15331312. OLE color: 15331312.

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

Color convert

RGB240239233-
CMYK00.000.030.06
HSL51.43º18.92%92.75%-
HSV(B)51.43º2.92%94.12%-
XYZ81.5186.1489.42-
YUV238.61124.83128.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.71%
GREEN value IS 239 (93.75% from 255) = 33.57%
BLUE value IS 233 (91.41% from 255) = 32.72%
R=33.71%
G=33.57%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023923300.000.030.0651.4318.9292.75
HexF0EFE9003633135d
Octal36035735100366323135
Binary1111000011101111111010010011110110011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFE9; }

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

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

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

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

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

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

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

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