#F2F1DE

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

Shades of Beige #F2F1DE

Tints of Beige #F2F1DE

Color information

#F2F1DE (or 0xF2F1DE) is unknown color: approx Beige. HEX triplet: F2, F1 and DE. RGB value is (242,241,222). Sum of RGB (Red+Green+Blue) = 242+241+222=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1DE is #0D0E21. Grayscale: #EFEFEF. Windows color (decimal): -855586 or 14610930. OLE color: 14610930.

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

Color convert

RGB242241222-
CMYK00.000.080.05
HSL57º43.48%90.98%-
HSV(B)57º8.26%94.9%-
XYZ81.2687.0681.63-
YUV239.13118.33130.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.33%
GREEN value IS 241 (94.53% from 255) = 34.18%
BLUE value IS 222 (87.11% from 255) = 31.49%
R=34.33%
G=34.18%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224122200.000.080.055743.4890.98
HexF2F1DE0085392b5b
Octal362361336001057153133
Binary1111001011110001110111100010001011110011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F1DE; }

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

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

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

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

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

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

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

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