#F3F2DC

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

Shades of Beige #F3F2DC

Tints of Beige #F3F2DC

Color information

#F3F2DC (or 0xF3F2DC) is unknown color: approx Beige. HEX triplet: F3, F2 and DC. RGB value is (243,242,220). Sum of RGB (Red+Green+Blue) = 243+242+220=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F2DC is #0C0D23. Grayscale: #EFEFEF. Windows color (decimal): -789796 or 14480115. OLE color: 14480115.

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

Color convert

RGB243242220-
CMYK00.000.090.05
HSL57.39º48.94%90.78%-
HSV(B)57.39º9.47%95.29%-
XYZ81.6387.7380.34-
YUV239.79116.83130.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.47%
GREEN value IS 242 (94.92% from 255) = 34.33%
BLUE value IS 220 (86.33% from 255) = 31.21%
R=34.47%
G=34.33%
B=31.21%

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
Decimal24324222000.000.090.0557.3948.9490.78
HexF3F2DC009539315b
Octal363362334001157161133
Binary1111001111110010110111000010011011110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F2DC; }

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

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

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

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

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

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

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

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