#F2EFE3

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

Shades of Alabaster #F2EFE3

Tints of Alabaster #F2EFE3

Color information

#F2EFE3 (or 0xF2EFE3) is unknown color: approx Alabaster. HEX triplet: F2, EF and E3. RGB value is (242,239,227). Sum of RGB (Red+Green+Blue) = 242+239+227=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 227 (89.06% from 255 or 32.06% from 708); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFE3 is #0D101C. Grayscale: #EEEEEE. Windows color (decimal): -856093 or 14938098. OLE color: 14938098.

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

Color convert

RGB242239227-
CMYK00.010.060.05
HSL48º36.59%91.96%-
HSV(B)48º6.2%94.9%-
XYZ81.3586.1685.02-
YUV238.53121.49130.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.18%
GREEN value IS 239 (93.75% from 255) = 33.76%
BLUE value IS 227 (89.06% from 255) = 32.06%
R=34.18%
G=33.76%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223922700.010.060.054836.5991.96
HexF2EFE3016530255c
Octal36235734301656045134
Binary111100101110111111100011011101011100001001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFE3; }

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

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

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

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

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

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

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

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