#F3EDD5

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

Shades of Rum Swizzle #F3EDD5

Tints of Rum Swizzle #F3EDD5

Color information

#F3EDD5 (or 0xF3EDD5) is unknown color: approx Rum Swizzle. HEX triplet: F3, ED and D5. RGB value is (243,237,213). Sum of RGB (Red+Green+Blue) = 243+237+213=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 213 (83.59% from 255 or 30.74% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDD5 is #0C122A. Grayscale: #ECECEC. Windows color (decimal): -791083 or 14020083. OLE color: 14020083.

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

Color convert

RGB243237213-
CMYK00.020.120.05
HSL48º55.56%89.41%-
HSV(B)48º12.35%95.29%-
XYZ79.2684.4375.07-
YUV236.06114.99132.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.06%
GREEN value IS 237 (92.97% from 255) = 34.20%
BLUE value IS 213 (83.59% from 255) = 30.74%
R=35.06%
G=34.20%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323721300.020.120.054855.5689.41
HexF3EDD502C5303859
Octal363355325021456070131
Binary11110011111011011101010101011001011100001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDD5; }

 p { color: rgb(243,237,213); }

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

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

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

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

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

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

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