#F1EDCE

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

Shades of Rum Swizzle #F1EDCE

Tints of Rum Swizzle #F1EDCE

Color information

#F1EDCE (or 0xF1EDCE) is unknown color: approx Rum Swizzle. HEX triplet: F1, ED and CE. RGB value is (241,237,206). Sum of RGB (Red+Green+Blue) = 241+237+206=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDCE is #0E1231. Grayscale: #EAEAEA. Windows color (decimal): -922162 or 13561329. OLE color: 13561329.

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

Color convert

RGB241237206-
CMYK00.020.150.05
HSL53.14º55.56%87.65%-
HSV(B)53.14º14.52%94.51%-
XYZ77.783.7370.46-
YUV234.66111.83132.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 206 (80.86% from 255) = 30.12%
R=35.23%
G=34.65%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123720600.020.150.0553.1455.5687.65
HexF1EDCE02F5353858
Octal361355316021756570130
Binary11110001111011011100111001011111011101011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDCE; }

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

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

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

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

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

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

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

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