#F0EDCF

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

Shades of Rum Swizzle #F0EDCF

Tints of Rum Swizzle #F0EDCF

Color information

#F0EDCF (or 0xF0EDCF) is unknown color: approx Rum Swizzle. HEX triplet: F0, ED and CF. RGB value is (240,237,207). Sum of RGB (Red+Green+Blue) = 240+237+207=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDCF is #0F1230. Grayscale: #EAEAEA. Windows color (decimal): -987697 or 13626864. OLE color: 13626864.

HSL color Cylindrical-coordinate representation of color #F0EDCF: hue angle of 54.55º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0EDCF is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240237207-
CMYK00.010.140.06
HSL54.55º52.38%87.65%-
HSV(B)54.55º13.75%94.12%-
XYZ77.4883.671.08-
YUV234.48112.49131.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.09%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 207 (81.25% from 255) = 30.26%
R=35.09%
G=34.65%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023720700.010.140.0654.5552.3887.65
HexF0EDCF01E6373458
Octal360355317011666764130
Binary1111000011101101110011110111101101101111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDCF; }

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

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

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

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

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

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

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

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