Html Css Color HEX #F1EDD7 Rum Swizzle

📋 copy color: '#F1EDD7'

red 241 ◦ green 237 ◦ blue 215

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

Shades of Rum Swizzle #F1EDD7

Tints of Rum Swizzle #F1EDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.02%

R = 34.78%
G = 34.2%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1EDD7 (or 0xF1EDD7) is known color: Rum Swizzle. HEX triplet: F1, ED and D7. RGB value is (241,237,215). Sum of RGB (Red+Green+Blue) = 241+237+215=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 215 (84.38% from 255 or 31.02% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDD7 is #0E1228. Grayscale: #EBEBEB. Windows color (decimal): -922153 or 14151153. OLE color: 14151153.

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

Color convert

RGB 241 237 215 -
CMYK 0 0.02 0.11 0.05
HSL 50.77º 0.48% 0.89% -
HSV(B) 50.77º 0.11% 0.95% -
XYZ 78.83 84.18 76.38 -
YUV 235.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 241 237 215 0 0.02 0.11 0.05 50.77 0.48 0.89
Hex F1 ED D7 0 2 B 5 33 30 59
Octal 361 355 327 0 2 13 5 63 60 131
Binary 11110001 11101101 11010111 0 10 1011 101 110011 110000 1011001

Color Harmonies of #F1EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDD7

Black with #F1EDD7

Text Example


Text Example

White with #F1EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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