Html Css Color HEX #F1EDD6 Rum Swizzle

📋 copy color: '#F1EDD6'

red 241 ◦ green 237 ◦ blue 214

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

Shades of Rum Swizzle #F1EDD6

Tints of Rum Swizzle #F1EDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 30.92%

R = 34.83%
G = 34.25%
B = 30.92%

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

#F1EDD6 (or 0xF1EDD6) is known color: Rum Swizzle. HEX triplet: F1, ED and D6. RGB value is (241,237,214). Sum of RGB (Red+Green+Blue) = 241+237+214=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDD6 is #0E1229. Grayscale: #EBEBEB. Windows color (decimal): -922154 or 14085617. OLE color: 14085617.

HSL color Cylindrical-coordinate representation of color #F1EDD6: hue angle of 51.11º degrees, saturation: 0.49, 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 #F1EDD6 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 237 214 -
CMYK 0 0.02 0.11 0.05
HSL 51.11º 0.49% 0.89% -
HSV(B) 51.11º 0.11% 0.95% -
XYZ 78.7 84.12 75.71 -
YUV 235.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 241 237 214 0 0.02 0.11 0.05 51.11 0.49 0.89
Hex F1 ED D6 0 2 B 5 33 31 59
Octal 361 355 326 0 2 13 5 63 61 131
Binary 11110001 11101101 11010110 0 10 1011 101 110011 110001 1011001

Color Harmonies of #F1EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDD6

Black with #F1EDD6

Text Example


Text Example

White with #F1EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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