Html Css Color HEX #F6D0BE Tuft Bush

📋 copy color: '#F6D0BE'

red 246 ◦ green 208 ◦ blue 190

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

Shades of Tuft Bush #F6D0BE

Tints of Tuft Bush #F6D0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.3%

 BLUE value IS 190 (74.61% from 255) = 29.5%

R = 38.2%
G = 32.3%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6D0BE (or 0xF6D0BE) is known color: Tuft Bush. HEX triplet: F6, D0 and BE. RGB value is (246,208,190). Sum of RGB (Red+Green+Blue) = 246+208+190=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0BE is #092F41. Grayscale: #D9D9D9. Windows color (decimal): -601922 or 12505334. OLE color: 12505334.

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

Color convert

RGB 246 208 190 -
CMYK 0 0.15 0.23 0.04
HSL 19.29º 0.76% 0.85% -
HSV(B) 19.29º 0.23% 0.96% -
XYZ 69.86 68.42 58.24 -
YUV 217.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 246 208 190 0 0.15 0.23 0.04 19.29 0.76 0.85
Hex F6 D0 BE 0 F 17 4 13 4C 55
Octal 366 320 276 0 17 27 4 23 114 125
Binary 11110110 11010000 10111110 0 1111 10111 100 10011 1001100 1010101

Color Harmonies of #F6D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D0BE

Black with #F6D0BE

Text Example


Text Example

White with #F6D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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