#F2F3DE

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

Shades of Beige #F2F3DE

Tints of Beige #F2F3DE

Color information

#F2F3DE (or 0xF2F3DE) is unknown color: approx Beige. HEX triplet: F2, F3 and DE. RGB value is (242,243,222). Sum of RGB (Red+Green+Blue) = 242+243+222=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 243 (95.31% from 255 or 34.37% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3DE is #0D0C21. Grayscale: #F0F0F0. Windows color (decimal): -855074 or 14611442. OLE color: 14611442.

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

Color convert

RGB242243222-
CMYK0.0000.090.05
HSL62.86º46.67%91.18%-
HSV(B)62.86º8.64%95.29%-
XYZ81.8588.2581.83-
YUV240.31117.67129.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.23%
GREEN value IS 243 (95.31% from 255) = 34.37%
BLUE value IS 222 (87.11% from 255) = 31.40%
R=34.23%
G=34.37%
B=31.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422432220.0000.090.0562.8646.6791.18
HexF2F3DE00953f2f5b
Octal362363336001157757133
Binary1111001011110011110111100010011011111111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F3DE; }

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

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

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

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

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

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

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

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