#F2F1EC

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

Shades of Alabaster #F2F1EC

Tints of Alabaster #F2F1EC

Color information

#F2F1EC (or 0xF2F1EC) is unknown color: approx Alabaster. HEX triplet: F2, F1 and EC. RGB value is (242,241,236). Sum of RGB (Red+Green+Blue) = 242+241+236=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 241 (94.53% from 255 or 33.52% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1EC is #0D0E13. Grayscale: #F0F0F0. Windows color (decimal): -855572 or 15528434. OLE color: 15528434.

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

Color convert

RGB242241236-
CMYK00.000.020.05
HSL50º18.75%93.73%-
HSV(B)50º2.48%94.9%-
XYZ83.2187.8491.93-
YUV240.73125.33128.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.66%
GREEN value IS 241 (94.53% from 255) = 33.52%
BLUE value IS 236 (92.58% from 255) = 32.82%
R=33.66%
G=33.52%
B=32.82%

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
Decimal24224123600.000.020.055018.7593.73
HexF2F1EC002532135e
Octal36236135400256223136
Binary1111001011110001111011000010101110010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F1EC; }

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

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

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

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

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

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

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

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