Html Css Color HEX #F1EDD8 Rum Swizzle

📋 copy color: '#F1EDD8'

red 241 ◦ green 237 ◦ blue 216

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

Shades of Rum Swizzle #F1EDD8

Tints of Rum Swizzle #F1EDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.12%

R = 34.73%
G = 34.15%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1EDD8 (or 0xF1EDD8) is known color: Rum Swizzle. HEX triplet: F1, ED and D8. RGB value is (241,237,216). Sum of RGB (Red+Green+Blue) = 241+237+216=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 216 (84.77% from 255 or 31.12% from 694); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDD8 is #0E1227. Grayscale: #EBEBEB. Windows color (decimal): -922152 or 14216689. OLE color: 14216689.

HSL color Cylindrical-coordinate representation of color #F1EDD8: hue angle of 50.4º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1EDD8 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 237 216 -
CMYK 0 0.02 0.10 0.05
HSL 50.4º 0.47% 0.9% -
HSV(B) 50.4º 0.1% 0.95% -
XYZ 78.95 84.23 77.06 -
YUV 235.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 241 237 216 0 0.02 0.10 0.05 50.4 0.47 0.9
Hex F1 ED D8 0 2 A 5 32 2F 5A
Octal 361 355 330 0 2 12 5 62 57 132
Binary 11110001 11101101 11011000 0 10 1010 101 110010 101111 1011010

Color Harmonies of #F1EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDD8

Black with #F1EDD8

Text Example


Text Example

White with #F1EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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