#F0EFE3

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

Shades of Alabaster #F0EFE3

Tints of Alabaster #F0EFE3

Color information

#F0EFE3 (or 0xF0EFE3) is unknown color: approx Alabaster. HEX triplet: F0, EF and E3. RGB value is (240,239,227). Sum of RGB (Red+Green+Blue) = 240+239+227=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 227 (89.06% from 255 or 32.15% from 706); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFE3 is #0F101C. Grayscale: #EDEDED. Windows color (decimal): -987165 or 14938096. OLE color: 14938096.

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

Color convert

RGB240239227-
CMYK00.000.050.06
HSL55.38º30.23%91.57%-
HSV(B)55.38º5.42%94.12%-
XYZ80.6785.884.98-
YUV237.93121.83129.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.99%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 227 (89.06% from 255) = 32.15%
R=33.99%
G=33.85%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023922700.000.050.0655.3830.2391.57
HexF0EFE30056371e5c
Octal36035734300566736134
Binary11110000111011111110001100101110110111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFE3; }

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

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

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

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

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

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

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

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