#F3EDCF

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

Shades of Rum Swizzle #F3EDCF

Tints of Rum Swizzle #F3EDCF

Color information

#F3EDCF (or 0xF3EDCF) is unknown color: approx Rum Swizzle. HEX triplet: F3, ED and CF. RGB value is (243,237,207). Sum of RGB (Red+Green+Blue) = 243+237+207=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDCF is #0C1230. Grayscale: #EBEBEB. Windows color (decimal): -791089 or 13626867. OLE color: 13626867.

HSL color Cylindrical-coordinate representation of color #F3EDCF: hue angle of 50º degrees, saturation: 0.6, 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 #F3EDCF is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243237207-
CMYK00.020.150.05
HSL50º60%88.24%-
HSV(B)50º14.81%95.29%-
XYZ78.5184.1371.13-
YUV235.37111.99133.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.37%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 207 (81.25% from 255) = 30.13%
R=35.37%
G=34.50%
B=30.13%

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
Decimal24323720700.020.150.05506088.24
HexF3EDCF02F5323c58
Octal363355317021756274130
Binary11110011111011011100111101011111011100101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDCF; }

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

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

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

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

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

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

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

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