Html Css Color HEX #F1EDD1 Rum Swizzle

📋 copy color: '#F1EDD1'

red 241 ◦ green 237 ◦ blue 209

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

Shades of Rum Swizzle #F1EDD1

Tints of Rum Swizzle #F1EDD1

RGB

 RED value IS 241 (94.53% from 255) = 35.08%

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

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

R = 35.08%
G = 34.5%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1EDD1 (or 0xF1EDD1) is known color: Rum Swizzle. HEX triplet: F1, ED and D1. RGB value is (241,237,209). Sum of RGB (Red+Green+Blue) = 241+237+209=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 209 (82.03% from 255 or 30.42% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDD1 is #0E122E. Grayscale: #EBEBEB. Windows color (decimal): -922159 or 13757937. OLE color: 13757937.

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

Color convert

RGB 241 237 209 -
CMYK 0 0.02 0.13 0.05
HSL 52.5º 0.53% 0.88% -
HSV(B) 52.5º 0.13% 0.95% -
XYZ 78.07 83.87 72.4 -
YUV 235 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 241 237 209 0 0.02 0.13 0.05 52.5 0.53 0.88
Hex F1 ED D1 0 2 D 5 34 35 58
Octal 361 355 321 0 2 15 5 64 65 130
Binary 11110001 11101101 11010001 0 10 1101 101 110100 110101 1011000

Color Harmonies of #F1EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDD1

Black with #F1EDD1

Text Example


Text Example

White with #F1EDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDD1; }

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

 H1.HeaderClassName
 {
   color: #F1EDD1;
 }
 .AnyTagClassName
 {
   color: #F1EDD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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