#F2EDD3

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

Shades of Rum Swizzle #F2EDD3

Tints of Rum Swizzle #F2EDD3

Color information

#F2EDD3 (or 0xF2EDD3) is unknown color: approx Rum Swizzle. HEX triplet: F2, ED and D3. RGB value is (242,237,211). Sum of RGB (Red+Green+Blue) = 242+237+211=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 211 (82.81% from 255 or 30.58% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDD3 is #0D122C. Grayscale: #EBEBEB. Windows color (decimal): -856621 or 13889010. OLE color: 13889010.

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

Color convert

RGB242237211-
CMYK00.020.130.05
HSL50.32º54.39%88.82%-
HSV(B)50.32º12.81%94.9%-
XYZ78.6684.1573.72-
YUV235.53114.16132.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.07%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 211 (82.81% from 255) = 30.58%
R=35.07%
G=34.35%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223721100.020.130.0550.3254.3988.82
HexF2EDD302D5323659
Octal362355323021556266131
Binary11110010111011011101001101011011011100101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDD3; }

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

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

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

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

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

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

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

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