#F2F3D7

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

Shades of Beige #F2F3D7

Tints of Beige #F2F3D7

Color information

#F2F3D7 (or 0xF2F3D7) is unknown color: approx Beige. HEX triplet: F2, F3 and D7. RGB value is (242,243,215). Sum of RGB (Red+Green+Blue) = 242+243+215=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 215 (84.38% from 255 or 30.71% from 700); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3D7 is #0D0C28. Grayscale: #EFEFEF. Windows color (decimal): -855081 or 14152690. OLE color: 14152690.

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

Color convert

RGB242243215-
CMYK0.0000.120.05
HSL62.14º53.85%89.8%-
HSV(B)62.14º11.52%95.29%-
XYZ80.9387.8876.99-
YUV239.51114.17129.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.57%
GREEN value IS 243 (95.31% from 255) = 34.71%
BLUE value IS 215 (84.38% from 255) = 30.71%
R=34.57%
G=34.71%
B=30.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422432150.0000.120.0562.1453.8589.8
HexF2F3D700C53e365a
Octal362363327001457666132
Binary1111001011110011110101110011001011111101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F3D7; }

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

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

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

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

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

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

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

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