#F2F1ED

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

Shades of Alabaster #F2F1ED

Tints of Alabaster #F2F1ED

Color information

#F2F1ED (or 0xF2F1ED) is unknown color: approx Alabaster. HEX triplet: F2, F1 and ED. RGB value is (242,241,237). Sum of RGB (Red+Green+Blue) = 242+241+237=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1ED is #0D0E12. Grayscale: #F0F0F0. Windows color (decimal): -855571 or 15593970. OLE color: 15593970.

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

Color convert

RGB242241237-
CMYK00.000.020.05
HSL48º16.13%93.92%-
HSV(B)48º2.07%94.9%-
XYZ83.3687.992.69-
YUV240.84125.83128.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.61%
GREEN value IS 241 (94.53% from 255) = 33.47%
BLUE value IS 237 (92.97% from 255) = 32.92%
R=33.61%
G=33.47%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224123700.000.020.054816.1393.92
HexF2F1ED002530105e
Octal36236135500256020136
Binary1111001011110001111011010010101110000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F1ED; }

 p { color: rgb(242,241,237); }

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

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

 a { background-color: rgb(242,241,237); }

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

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

 span { border-color: rgb(242,241,237); }

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