Html Css Color HEX #F6D1BE Tuft Bush

📋 copy color: '#F6D1BE'

red 246 ◦ green 209 ◦ blue 190

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

Shades of Tuft Bush #F6D1BE

Tints of Tuft Bush #F6D1BE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.4%

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

R = 38.14%
G = 32.4%
B = 29.46%

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

#F6D1BE (or 0xF6D1BE) is known color: Tuft Bush. HEX triplet: F6, D1 and BE. RGB value is (246,209,190). Sum of RGB (Red+Green+Blue) = 246+209+190=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1BE is #092E41. Grayscale: #DADADA. Windows color (decimal): -601666 or 12505590. OLE color: 12505590.

HSL color Cylindrical-coordinate representation of color #F6D1BE: hue angle of 20.36º 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 #F6D1BE is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 209 190 -
CMYK 0 0.15 0.23 0.04
HSL 20.36º 0.76% 0.85% -
HSV(B) 20.36º 0.23% 0.96% -
XYZ 70.1 68.91 58.32 -
YUV 217.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 246 209 190 0 0.15 0.23 0.04 20.36 0.76 0.85
Hex F6 D1 BE 0 F 17 4 14 4C 55
Octal 366 321 276 0 17 27 4 24 114 125
Binary 11110110 11010001 10111110 0 1111 10111 100 10100 1001100 1010101

Color Harmonies of #F6D1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D1BE

Black with #F6D1BE

Text Example


Text Example

White with #F6D1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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