#F2EDD5

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

Shades of Rum Swizzle #F2EDD5

Tints of Rum Swizzle #F2EDD5

Color information

#F2EDD5 (or 0xF2EDD5) is unknown color: approx Rum Swizzle. HEX triplet: F2, ED and D5. RGB value is (242,237,213). Sum of RGB (Red+Green+Blue) = 242+237+213=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 213 (83.59% from 255 or 30.78% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDD5 is #0D122A. Grayscale: #EBEBEB. Windows color (decimal): -856619 or 14020082. OLE color: 14020082.

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

Color convert

RGB242237213-
CMYK00.020.120.05
HSL49.66º52.73%89.22%-
HSV(B)49.66º11.98%94.9%-
XYZ78.9184.2575.05-
YUV235.76115.16132.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.97%
GREEN value IS 237 (92.97% from 255) = 34.25%
BLUE value IS 213 (83.59% from 255) = 30.78%
R=34.97%
G=34.25%
B=30.78%

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
Decimal24223721300.020.120.0549.6652.7389.22
HexF2EDD502C5323559
Octal362355325021456265131
Binary11110010111011011101010101011001011100101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDD5; }

 p { color: rgb(242,237,213); }

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

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

 a { background-color: rgb(242,237,213); }

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

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

 span { border-color: rgb(242,237,213); }

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