#F2F1E2

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

Shades of Promenade #F2F1E2

Tints of Promenade #F2F1E2

Color information

#F2F1E2 (or 0xF2F1E2) is unknown color: approx Promenade. HEX triplet: F2, F1 and E2. RGB value is (242,241,226). Sum of RGB (Red+Green+Blue) = 242+241+226=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 241 (94.53% from 255 or 33.99% from 709); Blue value is 226 (88.67% from 255 or 31.88% from 709); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1E2 is #0D0E1D. Grayscale: #EFEFEF. Windows color (decimal): -855582 or 14873074. OLE color: 14873074.

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

Color convert

RGB242241226-
CMYK00.000.070.05
HSL56.25º38.1%91.76%-
HSV(B)56.25º6.61%94.9%-
XYZ81.887.2884.49-
YUV239.59120.33129.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.13%
GREEN value IS 241 (94.53% from 255) = 33.99%
BLUE value IS 226 (88.67% from 255) = 31.88%
R=34.13%
G=33.99%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224122600.000.070.0556.2538.191.76
HexF2F1E2007538265c
Octal36236134200757046134
Binary111100101111000111100010001111011110001001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F1E2; }

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

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

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

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

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

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

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

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