#F2EDCD

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

Shades of Rum Swizzle #F2EDCD

Tints of Rum Swizzle #F2EDCD

Color information

#F2EDCD (or 0xF2EDCD) is unknown color: approx Rum Swizzle. HEX triplet: F2, ED and CD. RGB value is (242,237,205). Sum of RGB (Red+Green+Blue) = 242+237+205=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDCD is #0D1232. Grayscale: #EAEAEA. Windows color (decimal): -856627 or 13495794. OLE color: 13495794.

HSL color Cylindrical-coordinate representation of color #F2EDCD: hue angle of 51.89º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2EDCD is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242237205-
CMYK00.020.150.05
HSL51.89º58.73%87.65%-
HSV(B)51.89º15.29%94.9%-
XYZ77.9283.8569.84-
YUV234.85111.16133.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.38%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 205 (80.47% from 255) = 29.97%
R=35.38%
G=34.65%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223720500.020.150.0551.8958.7387.65
HexF2EDCD02F5343b58
Octal362355315021756473130
Binary11110010111011011100110101011111011101001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDCD; }

 p { color: rgb(242,237,205); }

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

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

 a { background-color: rgb(242,237,205); }

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

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

 span { border-color: rgb(242,237,205); }

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