#F2EFD5

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

Shades of Rum Swizzle #F2EFD5

Tints of Rum Swizzle #F2EFD5

Color information

#F2EFD5 (or 0xF2EFD5) is unknown color: approx Rum Swizzle. HEX triplet: F2, EF and D5. RGB value is (242,239,213). Sum of RGB (Red+Green+Blue) = 242+239+213=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 213 (83.59% from 255 or 30.69% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFD5 is #0D102A. Grayscale: #EDEDED. Windows color (decimal): -856107 or 14020594. OLE color: 14020594.

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

Color convert

RGB242239213-
CMYK00.010.120.05
HSL53.79º52.73%89.22%-
HSV(B)53.79º11.98%94.9%-
XYZ79.4985.4175.25-
YUV236.93114.49131.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.87%
GREEN value IS 239 (93.75% from 255) = 34.44%
BLUE value IS 213 (83.59% from 255) = 30.69%
R=34.87%
G=34.44%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223921300.010.120.0553.7952.7389.22
HexF2EFD501C5363559
Octal362357325011456665131
Binary1111001011101111110101010111001011101101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFD5; }

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

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

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

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

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

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

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

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