#F2F2DE

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

Shades of Beige #F2F2DE

Tints of Beige #F2F2DE

Color information

#F2F2DE (or 0xF2F2DE) is unknown color: approx Beige. HEX triplet: F2, F2 and DE. RGB value is (242,242,222). Sum of RGB (Red+Green+Blue) = 242+242+222=706 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.28% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2DE is #0D0D21. Grayscale: #EFEFEF. Windows color (decimal): -855330 or 14611186. OLE color: 14611186.

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

Color convert

RGB242242222-
CMYK000.080.05
HSL60º43.48%90.98%-
HSV(B)60º8.26%94.9%-
XYZ81.5587.6681.73-
YUV239.72118129.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.28%
GREEN value IS 242 (94.92% from 255) = 34.28%
BLUE value IS 222 (87.11% from 255) = 31.44%
R=34.28%
G=34.28%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242222000.080.056043.4890.98
HexF2F2DE00853c2b5b
Octal362362336001057453133
Binary1111001011110010110111100010001011111001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F2DE; }

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

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

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

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

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

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

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

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