#F4EDCF

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

Shades of Rum Swizzle #F4EDCF

Tints of Rum Swizzle #F4EDCF

Color information

#F4EDCF (or 0xF4EDCF) is unknown color: approx Rum Swizzle. HEX triplet: F4, ED and CF. RGB value is (244,237,207). Sum of RGB (Red+Green+Blue) = 244+237+207=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 207 (81.25% from 255 or 30.09% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDCF is #0B1230. Grayscale: #EBEBEB. Windows color (decimal): -725553 or 13626868. OLE color: 13626868.

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

Color convert

RGB244237207-
CMYK00.030.150.04
HSL48.65º62.71%88.43%-
HSV(B)48.65º15.16%95.69%-
XYZ78.8584.3171.15-
YUV235.67111.82133.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.47%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 207 (81.25% from 255) = 30.09%
R=35.47%
G=34.45%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423720700.030.150.0448.6562.7188.43
HexF4EDCF03F4313f58
Octal364355317031746177130
Binary11110100111011011100111101111111001100011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDCF; }

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

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

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

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

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

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

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

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