Html Css Color HEX #F2F0DA Rum Swizzle

📋 copy color: '#F2F0DA'

red 242 ◦ green 240 ◦ blue 218

#F2F0DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum Swizzle #F2F0DA

Tints of Rum Swizzle #F2F0DA

RGB

 RED value IS 242 (94.92% from 255) = 34.57%

 GREEN value IS 240 (94.14% from 255) = 34.29%

 BLUE value IS 218 (85.55% from 255) = 31.14%

R = 34.57%
G = 34.29%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2F0DA (or 0xF2F0DA) is known color: Rum Swizzle. HEX triplet: F2, F0 and DA. RGB value is (242,240,218). Sum of RGB (Red+Green+Blue) = 242+240+218=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0DA is #0D0F25. Grayscale: #EEEEEE. Windows color (decimal): -855846 or 14348530. OLE color: 14348530.

HSL color Cylindrical-coordinate representation of color #F2F0DA: hue angle of 55º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2F0DA is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 218 -
CMYK 0 0.01 0.10 0.05
HSL 55º 0.48% 0.9% -
HSV(B) 55º 0.1% 0.95% -
XYZ 80.43 86.26 78.74 -
YUV 238.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 242 240 218 0 0.01 0.10 0.05 55 0.48 0.9
Hex F2 F0 DA 0 1 A 5 37 30 5A
Octal 362 360 332 0 1 12 5 67 60 132
Binary 11110010 11110000 11011010 0 1 1010 101 110111 110000 1011010

Color Harmonies of #F2F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0DA

Black with #F2F0DA

Text Example


Text Example

White with #F2F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0DA; }

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

 H1.HeaderClassName
 {
   color: #F2F0DA;
 }
 .AnyTagClassName
 {
   color: #F2F0DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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