#F1EDCC

Color #F1EDCC Rum Swizzle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum Swizzle #F1EDCC

Tints of Rum Swizzle #F1EDCC

Color information

#F1EDCC (or 0xF1EDCC) is unknown color: approx Rum Swizzle. HEX triplet: F1, ED and CC. RGB value is (241,237,204). Sum of RGB (Red+Green+Blue) = 241+237+204=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDCC is #0E1233. Grayscale: #EAEAEA. Windows color (decimal): -922164 or 13430257. OLE color: 13430257.

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

Color convert

RGB241237204-
CMYK00.020.150.05
HSL53.51º56.92%87.25%-
HSV(B)53.51º15.35%94.51%-
XYZ77.4683.6369.19-
YUV234.43110.83132.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 237 (92.97% from 255) = 34.75%
BLUE value IS 204 (80.08% from 255) = 29.91%
R=35.34%
G=34.75%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123720400.020.150.0553.5156.9287.25
HexF1EDCC02F5363957
Octal361355314021756671127
Binary11110001111011011100110001011111011101101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDCC; }

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

 H1.HeaderClassName
 {
   color: #F1EDCC;
 }
 .AnyTagClassName
 {
   color: #F1EDCC;
 }
</style>
background-color css

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

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

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

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

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

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