#F2EFD3

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

Shades of Rum Swizzle #F2EFD3

Tints of Rum Swizzle #F2EFD3

Color information

#F2EFD3 (or 0xF2EFD3) is unknown color: approx Rum Swizzle. HEX triplet: F2, EF and D3. RGB value is (242,239,211). Sum of RGB (Red+Green+Blue) = 242+239+211=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 211 (82.81% from 255 or 30.49% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFD3 is #0D102C. Grayscale: #ECECEC. Windows color (decimal): -856109 or 13889522. OLE color: 13889522.

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

Color convert

RGB242239211-
CMYK00.010.130.05
HSL54.19º54.39%88.82%-
HSV(B)54.19º12.81%94.9%-
XYZ79.2485.3173.92-
YUV236.7113.49131.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.97%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 211 (82.81% from 255) = 30.49%
R=34.97%
G=34.54%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223921100.010.130.0554.1954.3988.82
HexF2EFD301D5363659
Octal362357323011556666131
Binary1111001011101111110100110111011011101101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFD3; }

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

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

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

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

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

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

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

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