#F0EFE6

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

Shades of Alabaster #F0EFE6

Tints of Alabaster #F0EFE6

Color information

#F0EFE6 (or 0xF0EFE6) is unknown color: approx Alabaster. HEX triplet: F0, EF and E6. RGB value is (240,239,230). Sum of RGB (Red+Green+Blue) = 240+239+230=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFE6 is #0F1019. Grayscale: #EEEEEE. Windows color (decimal): -987162 or 15134704. OLE color: 15134704.

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

Color convert

RGB240239230-
CMYK00.000.040.06
HSL54º25%92.16%-
HSV(B)54º4.17%94.12%-
XYZ81.0885.9787.18-
YUV238.27123.33129.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 230 (90.23% from 255) = 32.44%
R=33.85%
G=33.71%
B=32.44%

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
Decimal24023923000.000.040.06542592.16
HexF0EFE6004636195c
Octal36035734600466631134
Binary11110000111011111110011000100110110110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFE6; }

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

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

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

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

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

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

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

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