#F2F0D8

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

Shades of Rum Swizzle #F2F0D8

Tints of Rum Swizzle #F2F0D8

Color information

#F2F0D8 (or 0xF2F0D8) is unknown color: approx Rum Swizzle. HEX triplet: F2, F0 and D8. RGB value is (242,240,216). Sum of RGB (Red+Green+Blue) = 242+240+216=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 216 (84.77% from 255 or 30.95% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0D8 is #0D0F27. Grayscale: #EDEDED. Windows color (decimal): -855848 or 14217458. OLE color: 14217458.

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

Color convert

RGB242240216-
CMYK00.010.110.05
HSL55.38º50%89.8%-
HSV(B)55.38º10.74%94.9%-
XYZ80.1786.1677.37-
YUV237.86115.66130.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 216 (84.77% from 255) = 30.95%
R=34.67%
G=34.38%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224021600.010.110.0555.385089.8
HexF2F0D801B537325a
Octal362360330011356762132
Binary1111001011110000110110000110111011101111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0D8; }

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

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

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

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

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

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

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

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