Html Css Color HEX #F6D3BE Tuft Bush

📋 copy color: '#F6D3BE'

red 246 ◦ green 211 ◦ blue 190

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

Shades of Tuft Bush #F6D3BE

Tints of Tuft Bush #F6D3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.61%

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

R = 38.02%
G = 32.61%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6D3BE (or 0xF6D3BE) is known color: Tuft Bush. HEX triplet: F6, D3 and BE. RGB value is (246,211,190). Sum of RGB (Red+Green+Blue) = 246+211+190=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D3BE is #092C41. Grayscale: #DBDBDB. Windows color (decimal): -601154 or 12506102. OLE color: 12506102.

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

Color convert

RGB 246 211 190 -
CMYK 0 0.14 0.23 0.04
HSL 22.5º 0.76% 0.85% -
HSV(B) 22.5º 0.23% 0.96% -
XYZ 70.59 69.9 58.49 -
YUV 219.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 246 211 190 0 0.14 0.23 0.04 22.5 0.76 0.85
Hex F6 D3 BE 0 E 17 4 16 4C 55
Octal 366 323 276 0 16 27 4 26 114 125
Binary 11110110 11010011 10111110 0 1110 10111 100 10110 1001100 1010101

Color Harmonies of #F6D3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D3BE

Black with #F6D3BE

Text Example


Text Example

White with #F6D3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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