#F4EDD1

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

Shades of Rum Swizzle #F4EDD1

Tints of Rum Swizzle #F4EDD1

Color information

#F4EDD1 (or 0xF4EDD1) is unknown color: approx Rum Swizzle. HEX triplet: F4, ED and D1. RGB value is (244,237,209). Sum of RGB (Red+Green+Blue) = 244+237+209=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 209 (82.03% from 255 or 30.29% from 690); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDD1 is #0B122E. Grayscale: #ECECEC. Windows color (decimal): -725551 or 13757940. OLE color: 13757940.

HSL color Cylindrical-coordinate representation of color #F4EDD1: hue angle of 48º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4EDD1 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244237209-
CMYK00.030.140.04
HSL48º61.4%88.82%-
HSV(B)48º14.34%95.69%-
XYZ79.184.472.44-
YUV235.9112.82133.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.36%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 209 (82.03% from 255) = 30.29%
R=35.36%
G=34.35%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423720900.030.140.044861.488.82
HexF4EDD103E4303d59
Octal364355321031646075131
Binary11110100111011011101000101111101001100001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDD1; }

 p { color: rgb(244,237,209); }

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

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

 a { background-color: rgb(244,237,209); }

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

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

 span { border-color: rgb(244,237,209); }

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