#F1EDCF

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

Shades of Rum Swizzle #F1EDCF

Tints of Rum Swizzle #F1EDCF

Color information

#F1EDCF (or 0xF1EDCF) is unknown color: approx Rum Swizzle. HEX triplet: F1, ED and CF. RGB value is (241,237,207). Sum of RGB (Red+Green+Blue) = 241+237+207=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDCF is #0E1230. Grayscale: #EAEAEA. Windows color (decimal): -922161 or 13626865. OLE color: 13626865.

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

Color convert

RGB241237207-
CMYK00.020.140.05
HSL52.94º54.84%87.84%-
HSV(B)52.94º14.11%94.51%-
XYZ77.8283.7771.1-
YUV234.78112.33132.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 207 (81.25% from 255) = 30.22%
R=35.18%
G=34.60%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123720700.020.140.0552.9454.8487.84
HexF1EDCF02E5353758
Octal361355317021656567130
Binary11110001111011011100111101011101011101011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDCF; }

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

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

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

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

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

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

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

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