Html Css Color HEX #F6F0D0 Rum Swizzle

📋 copy color: '#F6F0D0'

red 246 ◦ green 240 ◦ blue 208

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

Shades of Rum Swizzle #F6F0D0

Tints of Rum Swizzle #F6F0D0

RGB

 RED value IS 246 (96.48% from 255) = 35.45%

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

 BLUE value IS 208 (81.64% from 255) = 29.97%

R = 35.45%
G = 34.58%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F6F0D0 (or 0xF6F0D0) is known color: Rum Swizzle. HEX triplet: F6, F0 and D0. RGB value is (246,240,208). Sum of RGB (Red+Green+Blue) = 246+240+208=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 208 (81.64% from 255 or 29.97% from 694); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0D0 is #090F2F. Grayscale: #EEEEEE. Windows color (decimal): -593712 or 13693174. OLE color: 13693174.

HSL color Cylindrical-coordinate representation of color #F6F0D0: hue angle of 50.53º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6F0D0 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 240 208 -
CMYK 0 0.02 0.15 0.04
HSL 50.53º 0.68% 0.89% -
HSV(B) 50.53º 0.15% 0.96% -
XYZ 80.55 86.47 72.12 -
YUV 238.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 246 240 208 0 0.02 0.15 0.04 50.53 0.68 0.89
Hex F6 F0 D0 0 2 F 4 33 44 59
Octal 366 360 320 0 2 17 4 63 104 131
Binary 11110110 11110000 11010000 0 10 1111 100 110011 1000100 1011001

Color Harmonies of #F6F0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F0D0

Black with #F6F0D0

Text Example


Text Example

White with #F6F0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F0D0; }

 p { color: rgb(246,240,208); }

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

background-color css

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

 a { background-color: rgb(246,240,208); }

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

border-color css

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

 span { border-color: rgb(246,240,208); }

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