#F5EDCE

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

Shades of Rum Swizzle #F5EDCE

Tints of Rum Swizzle #F5EDCE

Color information

#F5EDCE (or 0xF5EDCE) is unknown color: approx Rum Swizzle. HEX triplet: F5, ED and CE. RGB value is (245,237,206). Sum of RGB (Red+Green+Blue) = 245+237+206=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDCE is #0A1231. Grayscale: #EBEBEB. Windows color (decimal): -660018 or 13561333. OLE color: 13561333.

HSL color Cylindrical-coordinate representation of color #F5EDCE: hue angle of 47.69º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5EDCE is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245237206-
CMYK00.030.160.04
HSL47.69º66.1%88.43%-
HSV(B)47.69º15.92%96.08%-
XYZ79.0884.4470.52-
YUV235.86111.15134.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.61%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 206 (80.86% from 255) = 29.94%
R=35.61%
G=34.45%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523720600.030.160.0447.6966.188.43
HexF5EDCE03104304258
Octal3653553160320460102130
Binary1111010111101101110011100111000010011000010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDCE; }

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

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

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

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

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

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

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

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