#F1EFD8

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

Shades of Rum Swizzle #F1EFD8

Tints of Rum Swizzle #F1EFD8

Color information

#F1EFD8 (or 0xF1EFD8) is unknown color: approx Rum Swizzle. HEX triplet: F1, EF and D8. RGB value is (241,239,216). Sum of RGB (Red+Green+Blue) = 241+239+216=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 216 (84.77% from 255 or 31.03% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFD8 is #0E1027. Grayscale: #EDEDED. Windows color (decimal): -921640 or 14217201. OLE color: 14217201.

HSL color Cylindrical-coordinate representation of color #F1EFD8: hue angle of 55.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1EFD8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241239216-
CMYK00.010.100.05
HSL55.2º47.17%89.61%-
HSV(B)55.2º10.37%94.51%-
XYZ79.5485.3977.26-
YUV236.98116.16130.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.63%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 216 (84.77% from 255) = 31.03%
R=34.63%
G=34.34%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123921600.010.100.0555.247.1789.61
HexF1EFD801A5372f5a
Octal361357330011256757132
Binary1111000111101111110110000110101011101111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFD8; }

 p { color: rgb(241,239,216); }

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

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

 a { background-color: rgb(241,239,216); }

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

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

 span { border-color: rgb(241,239,216); }

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