#F2EFD0

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

Shades of Rum Swizzle #F2EFD0

Tints of Rum Swizzle #F2EFD0

Color information

#F2EFD0 (or 0xF2EFD0) is unknown color: approx Rum Swizzle. HEX triplet: F2, EF and D0. RGB value is (242,239,208). Sum of RGB (Red+Green+Blue) = 242+239+208=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 208 (81.64% from 255 or 30.19% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFD0 is #0D102F. Grayscale: #ECECEC. Windows color (decimal): -856112 or 13692914. OLE color: 13692914.

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

Color convert

RGB242239208-
CMYK00.010.140.05
HSL54.71º56.67%88.24%-
HSV(B)54.71º14.05%94.9%-
XYZ78.8785.1671.96-
YUV236.36111.99132.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.12%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 208 (81.64% from 255) = 30.19%
R=35.12%
G=34.69%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223920800.010.140.0554.7156.6788.24
HexF2EFD001E5373958
Octal362357320011656771130
Binary1111001011101111110100000111101011101111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFD0; }

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

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

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

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

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

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

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

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