Html Css Color HEX #F1EDD5 Rum Swizzle

📋 copy color: '#F1EDD5'

red 241 ◦ green 237 ◦ blue 213

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

Shades of Rum Swizzle #F1EDD5

Tints of Rum Swizzle #F1EDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.82%

R = 34.88%
G = 34.3%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1EDD5 (or 0xF1EDD5) is known color: Rum Swizzle. HEX triplet: F1, ED and D5. RGB value is (241,237,213). Sum of RGB (Red+Green+Blue) = 241+237+213=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 213 (83.59% from 255 or 30.82% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDD5 is #0E122A. Grayscale: #EBEBEB. Windows color (decimal): -922155 or 14020081. OLE color: 14020081.

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

Color convert

RGB 241 237 213 -
CMYK 0 0.02 0.12 0.05
HSL 51.43º 0.5% 0.89% -
HSV(B) 51.43º 0.12% 0.95% -
XYZ 78.57 84.07 75.04 -
YUV 235.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 241 237 213 0 0.02 0.12 0.05 51.43 0.5 0.89
Hex F1 ED D5 0 2 C 5 33 32 59
Octal 361 355 325 0 2 14 5 63 62 131
Binary 11110001 11101101 11010101 0 10 1100 101 110011 110010 1011001

Color Harmonies of #F1EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDD5

Black with #F1EDD5

Text Example


Text Example

White with #F1EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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