#F2F2EE

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

Shades of Alabaster #F2F2EE

Tints of Alabaster #F2F2EE

Color information

#F2F2EE (or 0xF2F2EE) is unknown color: approx Alabaster. HEX triplet: F2, F2 and EE. RGB value is (242,242,238). Sum of RGB (Red+Green+Blue) = 242+242+238=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 242 (94.92% from 255 or 33.52% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2EE is #0D0D11. Grayscale: #F1F1F1. Windows color (decimal): -855314 or 15659762. OLE color: 15659762.

HSL color Cylindrical-coordinate representation of color #F2F2EE: hue angle of 60º degrees, saturation: 0.13, 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 #F2F2EE is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242242238-
CMYK000.020.05
HSL60º13.33%94.12%-
HSV(B)60º1.65%94.9%-
XYZ83.888.5593.56-
YUV241.54126128.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.52%
GREEN value IS 242 (94.92% from 255) = 33.52%
BLUE value IS 238 (93.36% from 255) = 32.96%
R=33.52%
G=33.52%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242238000.020.056013.3394.12
HexF2F2EE00253cd5e
Octal36236235600257415136
Binary111100101111001011101110001010111110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F2EE; }

 p { color: rgb(242,242,238); }

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

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

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

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

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

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

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