#F1EBD3

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

Shades of Rum Swizzle #F1EBD3

Tints of Rum Swizzle #F1EBD3

Color information

#F1EBD3 (or 0xF1EBD3) is unknown color: approx Rum Swizzle. HEX triplet: F1, EB and D3. RGB value is (241,235,211). Sum of RGB (Red+Green+Blue) = 241+235+211=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBD3 is #0E142C. Grayscale: #EAEAEA. Windows color (decimal): -922669 or 13888497. OLE color: 13888497.

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

Color convert

RGB241235211-
CMYK00.020.120.05
HSL48º51.72%88.63%-
HSV(B)48º12.45%94.51%-
XYZ77.7482.8273.52-
YUV234.06114.99132.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 211 (82.81% from 255) = 30.71%
R=35.08%
G=34.21%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123521100.020.120.054851.7288.63
HexF1EBD302C5303459
Octal361353323021456064131
Binary11110001111010111101001101011001011100001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBD3; }

 p { color: rgb(241,235,211); }

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

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

 a { background-color: rgb(241,235,211); }

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

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

 span { border-color: rgb(241,235,211); }

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