#F2F0DA

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

Shades of Rum Swizzle #F2F0DA

Tints of Rum Swizzle #F2F0DA

Color information

#F2F0DA (or 0xF2F0DA) is unknown color: approx Rum Swizzle. HEX triplet: F2, F0 and DA. RGB value is (242,240,218). Sum of RGB (Red+Green+Blue) = 242+240+218=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0DA is #0D0F25. Grayscale: #EEEEEE. Windows color (decimal): -855846 or 14348530. OLE color: 14348530.

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

Color convert

RGB242240218-
CMYK00.010.100.05
HSL55º48%90.2%-
HSV(B)55º9.92%94.9%-
XYZ80.4386.2678.74-
YUV238.09116.66130.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.57%
GREEN value IS 240 (94.14% from 255) = 34.29%
BLUE value IS 218 (85.55% from 255) = 31.14%
R=34.57%
G=34.29%
B=31.14%

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
Decimal24224021800.010.100.05554890.2
HexF2F0DA01A537305a
Octal362360332011256760132
Binary1111001011110000110110100110101011101111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0DA; }

 p { color: rgb(242,240,218); }

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

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

 a { background-color: rgb(242,240,218); }

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

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

 span { border-color: rgb(242,240,218); }

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