#F5EDCD

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

Shades of Rum Swizzle #F5EDCD

Tints of Rum Swizzle #F5EDCD

Color information

#F5EDCD (or 0xF5EDCD) is unknown color: approx Rum Swizzle. HEX triplet: F5, ED and CD. RGB value is (245,237,205). Sum of RGB (Red+Green+Blue) = 245+237+205=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 205 (80.47% from 255 or 29.84% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDCD is #0A1232. Grayscale: #EBEBEB. Windows color (decimal): -660019 or 13495797. OLE color: 13495797.

HSL color Cylindrical-coordinate representation of color #F5EDCD: hue angle of 48º degrees, saturation: 0.67, 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 #F5EDCD is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245237205-
CMYK00.030.160.04
HSL48º66.67%88.24%-
HSV(B)48º16.33%96.08%-
XYZ78.9684.3969.88-
YUV235.74110.65134.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.66%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 205 (80.47% from 255) = 29.84%
R=35.66%
G=34.50%
B=29.84%

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
Decimal24523720500.030.160.044866.6788.24
HexF5EDCD03104304358
Octal3653553150320460103130
Binary1111010111101101110011010111000010011000010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDCD; }

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

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

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

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

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

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

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

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