#F0EBD5

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

Shades of Rum Swizzle #F0EBD5

Tints of Rum Swizzle #F0EBD5

Color information

#F0EBD5 (or 0xF0EBD5) is unknown color: approx Rum Swizzle. HEX triplet: F0, EB and D5. RGB value is (240,235,213). Sum of RGB (Red+Green+Blue) = 240+235+213=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBD5 is #0F142A. Grayscale: #EAEAEA. Windows color (decimal): -988203 or 14019568. OLE color: 14019568.

HSL color Cylindrical-coordinate representation of color #F0EBD5: hue angle of 48.89º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0EBD5 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB240235213-
CMYK00.020.110.06
HSL48.89º47.37%88.82%-
HSV(B)48.89º11.25%94.12%-
XYZ77.6582.7574.83-
YUV233.99116.16132.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 213 (83.59% from 255) = 30.96%
R=34.88%
G=34.16%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023521300.020.110.0648.8947.3788.82
HexF0EBD502B6312f59
Octal360353325021366157131
Binary11110000111010111101010101010111101100011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBD5; }

 p { color: rgb(240,235,213); }

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

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

 a { background-color: rgb(240,235,213); }

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

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

 span { border-color: rgb(240,235,213); }

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