#F2F0D5

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

Shades of Rum Swizzle #F2F0D5

Tints of Rum Swizzle #F2F0D5

Color information

#F2F0D5 (or 0xF2F0D5) is unknown color: approx Rum Swizzle. HEX triplet: F2, F0 and D5. RGB value is (242,240,213). Sum of RGB (Red+Green+Blue) = 242+240+213=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 213 (83.59% from 255 or 30.65% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0D5 is #0D0F2A. Grayscale: #EDEDED. Windows color (decimal): -855851 or 14020850. OLE color: 14020850.

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

Color convert

RGB242240213-
CMYK00.010.120.05
HSL55.86º52.73%89.22%-
HSV(B)55.86º11.98%94.9%-
XYZ79.798675.35-
YUV237.52114.16131.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 240 (94.14% from 255) = 34.53%
BLUE value IS 213 (83.59% from 255) = 30.65%
R=34.82%
G=34.53%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224021300.010.120.0555.8652.7389.22
HexF2F0D501C5383559
Octal362360325011457065131
Binary1111001011110000110101010111001011110001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0D5; }

 p { color: rgb(242,240,213); }

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

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

 a { background-color: rgb(242,240,213); }

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

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

 span { border-color: rgb(242,240,213); }

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