#F4EFD5

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

Shades of Rum Swizzle #F4EFD5

Tints of Rum Swizzle #F4EFD5

Color information

#F4EFD5 (or 0xF4EFD5) is unknown color: approx Rum Swizzle. HEX triplet: F4, EF and D5. RGB value is (244,239,213). Sum of RGB (Red+Green+Blue) = 244+239+213=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EFD5 is #0B102A. Grayscale: #EDEDED. Windows color (decimal): -725035 or 14020596. OLE color: 14020596.

HSL color Cylindrical-coordinate representation of color #F4EFD5: hue angle of 50.32º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4EFD5 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB244239213-
CMYK00.020.130.04
HSL50.32º58.49%89.61%-
HSV(B)50.32º12.7%95.69%-
XYZ80.1885.7775.28-
YUV237.53114.16132.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.06%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 213 (83.59% from 255) = 30.60%
R=35.06%
G=34.34%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423921300.020.130.0450.3258.4989.61
HexF4EFD502D4323a5a
Octal364357325021546272132
Binary11110100111011111101010101011011001100101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EFD5; }

 p { color: rgb(244,239,213); }

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

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

 a { background-color: rgb(244,239,213); }

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

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

 span { border-color: rgb(244,239,213); }

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