#F3F2DE

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

Shades of Beige #F3F2DE

Tints of Beige #F3F2DE

Color information

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

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

Color convert

RGB243242222-
CMYK00.000.090.05
HSL57.14º46.67%91.18%-
HSV(B)57.14º8.64%95.29%-
XYZ81.987.8381.74-
YUV240.02117.83130.13-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324222200.000.090.0557.1446.6791.18
HexF3F2DE0095392f5b
Octal363362336001157157133
Binary1111001111110010110111100010011011110011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F2DE; }

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

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

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

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

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

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

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

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