#F2EFDA

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

Shades of Rum Swizzle #F2EFDA

Tints of Rum Swizzle #F2EFDA

Color information

#F2EFDA (or 0xF2EFDA) is unknown color: approx Rum Swizzle. HEX triplet: F2, EF and DA. RGB value is (242,239,218). Sum of RGB (Red+Green+Blue) = 242+239+218=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFDA is #0D1025. Grayscale: #EDEDED. Windows color (decimal): -856102 or 14348274. OLE color: 14348274.

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

Color convert

RGB242239218-
CMYK00.010.100.05
HSL52.5º48%90.2%-
HSV(B)52.5º9.92%94.9%-
XYZ80.1485.6778.64-
YUV237.5116.99131.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.62%
GREEN value IS 239 (93.75% from 255) = 34.19%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=34.62%
G=34.19%
B=31.19%

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
Decimal24223921800.010.100.0552.54890.2
HexF2EFDA01A534305a
Octal362357332011256460132
Binary1111001011101111110110100110101011101001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFDA; }

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

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

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

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

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

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

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

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