#F1EBD0

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

Shades of Rum Swizzle #F1EBD0

Tints of Rum Swizzle #F1EBD0

Color information

#F1EBD0 (or 0xF1EBD0) is unknown color: approx Rum Swizzle. HEX triplet: F1, EB and D0. RGB value is (241,235,208). Sum of RGB (Red+Green+Blue) = 241+235+208=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBD0 is #0E142F. Grayscale: #E9E9E9. Windows color (decimal): -922672 or 13691889. OLE color: 13691889.

HSL color Cylindrical-coordinate representation of color #F1EBD0: hue angle of 49.09º degrees, saturation: 0.54, 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 #F1EBD0 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241235208-
CMYK00.020.140.05
HSL49.09º54.1%88.04%-
HSV(B)49.09º13.69%94.51%-
XYZ77.3782.6771.55-
YUV233.72113.49133.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 208 (81.64% from 255) = 30.41%
R=35.23%
G=34.36%
B=30.41%

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
Decimal24123520800.020.140.0549.0954.188.04
HexF1EBD002E5313658
Octal361353320021656166130
Binary11110001111010111101000001011101011100011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBD0; }

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

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

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

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

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

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

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

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