#F1EDD7

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

Shades of Rum Swizzle #F1EDD7

Tints of Rum Swizzle #F1EDD7

Color information

#F1EDD7 (or 0xF1EDD7) is unknown color: approx Rum Swizzle. HEX triplet: F1, ED and D7. RGB value is (241,237,215). Sum of RGB (Red+Green+Blue) = 241+237+215=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 215 (84.38% from 255 or 31.02% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDD7 is #0E1228. Grayscale: #EBEBEB. Windows color (decimal): -922153 or 14151153. OLE color: 14151153.

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

Color convert

RGB241237215-
CMYK00.020.110.05
HSL50.77º48.15%89.41%-
HSV(B)50.77º10.79%94.51%-
XYZ78.8384.1876.38-
YUV235.69116.33131.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.78%
GREEN value IS 237 (92.97% from 255) = 34.20%
BLUE value IS 215 (84.38% from 255) = 31.02%
R=34.78%
G=34.20%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123721500.020.110.0550.7748.1589.41
HexF1EDD702B5333059
Octal361355327021356360131
Binary11110001111011011101011101010111011100111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDD7; }

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

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

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

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

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

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

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

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