#F3F3DC

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

Shades of Beige #F3F3DC

Tints of Beige #F3F3DC

Color information

#F3F3DC (or 0xF3F3DC) is unknown color: approx Beige. HEX triplet: F3, F3 and DC. RGB value is (243,243,220). Sum of RGB (Red+Green+Blue) = 243+243+220=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F3DC is #0C0C23. Grayscale: #F0F0F0. Windows color (decimal): -789540 or 14480371. OLE color: 14480371.

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

Color convert

RGB243243220-
CMYK000.090.05
HSL60º48.94%90.78%-
HSV(B)60º9.47%95.29%-
XYZ81.9388.3280.44-
YUV240.38116.5129.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.42%
GREEN value IS 243 (95.31% from 255) = 34.42%
BLUE value IS 220 (86.33% from 255) = 31.16%
R=34.42%
G=34.42%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243243220000.090.056048.9490.78
HexF3F3DC00953c315b
Octal363363334001157461133
Binary1111001111110011110111000010011011111001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F3DC; }

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

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

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

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

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

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

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

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