#F5EDD1

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

Shades of Rum Swizzle #F5EDD1

Tints of Rum Swizzle #F5EDD1

Color information

#F5EDD1 (or 0xF5EDD1) is unknown color: approx Rum Swizzle. HEX triplet: F5, ED and D1. RGB value is (245,237,209). Sum of RGB (Red+Green+Blue) = 245+237+209=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 209 (82.03% from 255 or 30.25% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDD1 is #0A122E. Grayscale: #ECECEC. Windows color (decimal): -660015 or 13757941. OLE color: 13757941.

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

Color convert

RGB245237209-
CMYK00.030.150.04
HSL46.67º64.29%89.02%-
HSV(B)46.67º14.69%96.08%-
XYZ79.4584.5872.46-
YUV236.2112.65134.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.46%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 209 (82.03% from 255) = 30.25%
R=35.46%
G=34.30%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523720900.030.150.0446.6764.2989.02
HexF5EDD103F42f4059
Octal3653553210317457100131
Binary111101011110110111010001011111110010111110000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDD1; }

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

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

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

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

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

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

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

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