#F3F0D4

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

Shades of Rum Swizzle #F3F0D4

Tints of Rum Swizzle #F3F0D4

Color information

#F3F0D4 (or 0xF3F0D4) is unknown color: approx Rum Swizzle. HEX triplet: F3, F0 and D4. RGB value is (243,240,212). Sum of RGB (Red+Green+Blue) = 243+240+212=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 212 (83.20% from 255 or 30.50% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F0D4 is #0C0F2B. Grayscale: #EDEDED. Windows color (decimal): -790316 or 13955315. OLE color: 13955315.

HSL color Cylindrical-coordinate representation of color #F3F0D4: hue angle of 54.19º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3F0D4 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB243240212-
CMYK00.010.130.05
HSL54.19º56.36%89.22%-
HSV(B)54.19º12.76%95.29%-
XYZ80.0186.1374.7-
YUV237.7113.49131.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 240 (94.14% from 255) = 34.53%
BLUE value IS 212 (83.20% from 255) = 30.50%
R=34.96%
G=34.53%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324021200.010.130.0554.1956.3689.22
HexF3F0D401D5363859
Octal363360324011556670131
Binary1111001111110000110101000111011011101101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F0D4; }

 p { color: rgb(243,240,212); }

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

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

 a { background-color: rgb(243,240,212); }

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

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

 span { border-color: rgb(243,240,212); }

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