#F0EACF

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

Shades of Rum Swizzle #F0EACF

Tints of Rum Swizzle #F0EACF

Color information

#F0EACF (or 0xF0EACF) is unknown color: approx Rum Swizzle. HEX triplet: F0, EA and CF. RGB value is (240,234,207). Sum of RGB (Red+Green+Blue) = 240+234+207=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EACF is #0F1530. Grayscale: #E8E8E8. Windows color (decimal): -988465 or 13626096. OLE color: 13626096.

HSL color Cylindrical-coordinate representation of color #F0EACF: hue angle of 49.09º 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 #F0EACF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240234207-
CMYK00.020.140.06
HSL49.09º52.38%87.65%-
HSV(B)49.09º13.75%94.12%-
XYZ76.6281.8870.8-
YUV232.72113.49133.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 207 (81.25% from 255) = 30.40%
R=35.24%
G=34.36%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023420700.020.140.0649.0952.3887.65
HexF0EACF02E6313458
Octal360352317021666164130
Binary11110000111010101100111101011101101100011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EACF; }

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

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

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

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

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

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

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

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