#F1EDD1

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

Shades of Rum Swizzle #F1EDD1

Tints of Rum Swizzle #F1EDD1

Color information

#F1EDD1 (or 0xF1EDD1) is unknown color: approx Rum Swizzle. HEX triplet: F1, ED and D1. RGB value is (241,237,209). Sum of RGB (Red+Green+Blue) = 241+237+209=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 209 (82.03% from 255 or 30.42% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDD1 is #0E122E. Grayscale: #EBEBEB. Windows color (decimal): -922159 or 13757937. OLE color: 13757937.

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

Color convert

RGB241237209-
CMYK00.020.130.05
HSL52.5º53.33%88.24%-
HSV(B)52.5º13.28%94.51%-
XYZ78.0783.8772.4-
YUV235113.33132.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 209 (82.03% from 255) = 30.42%
R=35.08%
G=34.50%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123720900.020.130.0552.553.3388.24
HexF1EDD102D5343558
Octal361355321021556465130
Binary11110001111011011101000101011011011101001101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDD1; }

 p { color: rgb(241,237,209); }

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

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

 a { background-color: rgb(241,237,209); }

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

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

 span { border-color: rgb(241,237,209); }

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