Html Css Color HEX #F5EDD1 Rum Swizzle

📋 copy color: '#F5EDD1'

red 245 ◦ green 237 ◦ blue 209

#F5EDD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum Swizzle #F5EDD1

Tints of Rum Swizzle #F5EDD1

RGB

 RED value IS 245 (96.09% from 255) = 35.46%

 GREEN value IS 237 (92.97% from 255) = 34.3%

 BLUE value IS 209 (82.03% from 255) = 30.25%

R = 35.46%
G = 34.3%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F5EDD1 (or 0xF5EDD1) is known color: 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

RGB 245 237 209 -
CMYK 0 0.03 0.15 0.04
HSL 46.67º 0.64% 0.89% -
HSV(B) 46.67º 0.15% 0.96% -
XYZ 79.45 84.58 72.46 -
YUV 236.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 245 237 209 0 0.03 0.15 0.04 46.67 0.64 0.89
Hex F5 ED D1 0 3 F 4 2F 40 59
Octal 365 355 321 0 3 17 4 57 100 131
Binary 11110101 11101101 11010001 0 11 1111 100 101111 1000000 1011001

Color Harmonies of #F5EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDD1

Black with #F5EDD1

Text Example


Text Example

White with #F5EDD1

Text Example


Text Example

HTML Codes & Css Web 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>