#F3EDCD

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

Shades of Rum Swizzle #F3EDCD

Tints of Rum Swizzle #F3EDCD

Color information

#F3EDCD (or 0xF3EDCD) is unknown color: approx Rum Swizzle. HEX triplet: F3, ED and CD. RGB value is (243,237,205). Sum of RGB (Red+Green+Blue) = 243+237+205=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDCD is #0C1232. Grayscale: #EBEBEB. Windows color (decimal): -791091 or 13495795. OLE color: 13495795.

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

Color convert

RGB243237205-
CMYK00.020.160.05
HSL50.53º61.29%87.84%-
HSV(B)50.53º15.64%95.29%-
XYZ78.2784.0369.85-
YUV235.15110.99133.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.47%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 205 (80.47% from 255) = 29.93%
R=35.47%
G=34.60%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323720500.020.160.0550.5361.2987.84
HexF3EDCD02105333d58
Octal363355315022056375130
Binary111100111110110111001101010100001011100111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDCD; }

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

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

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

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

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

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

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

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