#F2EDCE

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

Shades of Rum Swizzle #F2EDCE

Tints of Rum Swizzle #F2EDCE

Color information

#F2EDCE (or 0xF2EDCE) is unknown color: approx Rum Swizzle. HEX triplet: F2, ED and CE. RGB value is (242,237,206). Sum of RGB (Red+Green+Blue) = 242+237+206=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 206 (80.86% from 255 or 30.07% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDCE is #0D1231. Grayscale: #EBEBEB. Windows color (decimal): -856626 or 13561330. OLE color: 13561330.

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

Color convert

RGB242237206-
CMYK00.020.150.05
HSL51.67º58.06%87.84%-
HSV(B)51.67º14.88%94.9%-
XYZ78.0483.970.47-
YUV234.96111.66133.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.33%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 206 (80.86% from 255) = 30.07%
R=35.33%
G=34.60%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223720600.020.150.0551.6758.0687.84
HexF2EDCE02F5343a58
Octal362355316021756472130
Binary11110010111011011100111001011111011101001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDCE; }

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

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

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

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

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

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

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

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